diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-21 20:20:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-21 20:20:19 +0000 |
commit | 67e11360f9b343c5d9032a008ff064a81c01e0c4 (patch) | |
tree | 95bc43e4bc02a2cdd6e0eafd1e704371114fc276 /app-shells | |
parent | Stable for X86, wrt bug #416885 (diff) | |
download | gentoo-2-67e11360f9b343c5d9032a008ff064a81c01e0c4.tar.gz gentoo-2-67e11360f9b343c5d9032a008ff064a81c01e0c4.tar.bz2 gentoo-2-67e11360f9b343c5d9032a008ff064a81c01e0c4.zip |
Stable for amd64, wrt bug #416929
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 17128c0332fa..dfb667a47dbc 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/dash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.92 2012/05/21 18:04:58 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.93 2012/05/21 20:20:19 ago Exp $ + + 21 May 2012; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.1.ebuild: + Stable for amd64, wrt bug #416929 21 May 2012; Jeff Horelick <jdhore@gentoo.org> dash-0.5.7.1.ebuild: marked x86 per bug 416929 diff --git a/app-shells/dash/dash-0.5.7.1.ebuild b/app-shells/dash/dash-0.5.7.1.ebuild index 6c70b24e6826..f63ca5e0aab3 100644 --- a/app-shells/dash/dash-0.5.7.1.ebuild +++ b/app-shells/dash/dash-0.5.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.1.ebuild,v 1.3 2012/05/21 18:04:58 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.1.ebuild,v 1.4 2012/05/21 20:20:19 ago Exp $ EAPI="2" @@ -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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="libedit static" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )" |