diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-16 23:55:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-16 23:55:35 +0000 |
commit | 4f51ed3586b1edfba9679b3d9e0f91132f912423 (patch) | |
tree | 89a8b5c695ea3390ddd3115a51520daacf7c7a9f /app-shells | |
parent | Automated update. (diff) | |
download | gentoo-2-4f51ed3586b1edfba9679b3d9e0f91132f912423.tar.gz gentoo-2-4f51ed3586b1edfba9679b3d9e0f91132f912423.tar.bz2 gentoo-2-4f51ed3586b1edfba9679b3d9e0f91132f912423.zip |
Mark arm64/ia64/s390/sh/sparc stable #552144.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index a18571362cb9..5bc5b501d230 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/dash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.133 2015/07/16 15:49:40 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.134 2015/07/16 23:55:35 vapier Exp $ + + 16 Jul 2015; Mike Frysinger <vapier@gentoo.org> dash-0.5.8.2.ebuild: + Mark arm64/ia64/s390/sh/sparc stable #552144. 16 Jul 2015; Tobias Klausmann <klausman@gentoo.org> dash-0.5.8.2.ebuild: Stable on alpha, bug 552144 diff --git a/app-shells/dash/dash-0.5.8.2.ebuild b/app-shells/dash/dash-0.5.8.2.ebuild index c533ea33fb2d..a5c78cced3b5 100644 --- a/app-shells/dash/dash-0.5.8.2.ebuild +++ b/app-shells/dash/dash-0.5.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.8.2.ebuild,v 1.6 2015/07/16 15:49:40 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.8.2.ebuild,v 1.7 2015/07/16 23:55:35 vapier Exp $ EAPI="4" @@ -18,7 +18,7 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="libedit static" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )" |