diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-24 13:28:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-24 13:28:01 +0000 |
commit | c1b8309ec8c7bec1d1097e718892fa39ceb433d5 (patch) | |
tree | 1e6350c1daf3ac3c5b0095b02d0ffe5fc378f269 /app-shells | |
parent | Stable for HPPA (bug #406657). (diff) | |
download | gentoo-2-c1b8309ec8c7bec1d1097e718892fa39ceb433d5.tar.gz gentoo-2-c1b8309ec8c7bec1d1097e718892fa39ceb433d5.tar.bz2 gentoo-2-c1b8309ec8c7bec1d1097e718892fa39ceb433d5.zip |
Stable for HPPA (bug #416929).
(Portage version: 2.2.0_alpha107/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 3cbc16731dd6..2d478a391751 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.95 2012/05/23 12:54:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.96 2012/05/24 13:28:01 jer Exp $ + + 24 May 2012; Jeroen Roovers <jer@gentoo.org> dash-0.5.7.1.ebuild: + Stable for HPPA (bug #416929). 23 May 2012; Brent Baude <ranger@gentoo.org> dash-0.5.7.1.ebuild: Marking dash-0.5.7.1 ppc64 for 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 e3b4dff17a1e..db43f77f9ece 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.6 2012/05/23 12:54:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.1.ebuild,v 1.7 2012/05/24 13:28:01 jer 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 ) )" |