diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-09-04 01:28:55 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-09-04 01:28:55 +0000 |
commit | 48fc9f2148181c7251c9de3cb978af13ff81205d (patch) | |
tree | 36526deb3bfcd33c5cd1c3bb7cd5b1a93fd40598 /app-shells | |
parent | Stable for HPPA (bug #236618). (diff) | |
download | gentoo-2-48fc9f2148181c7251c9de3cb978af13ff81205d.tar.gz gentoo-2-48fc9f2148181c7251c9de3cb978af13ff81205d.tar.bz2 gentoo-2-48fc9f2148181c7251c9de3cb978af13ff81205d.zip |
amd64 stable, bug #236390
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 3 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.4.11.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 9bde6a3dd674..8df7b134e572 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/dash # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 + 04 Sep 2008; Jeremy Olexa <darkside@gentoo.org> dash-0.5.4.11.ebuild: + amd64 stable, bug #236390 + 02 Sep 2008; Raúl Porcel <armin76@gentoo.org> dash-0.5.4.11.ebuild: alpha/ia64/sparc/x86 stable wrt #236390 diff --git a/app-shells/dash/dash-0.5.4.11.ebuild b/app-shells/dash/dash-0.5.4.11.ebuild index 71b4316f7758..0e96af74e8d8 100644 --- a/app-shells/dash/dash-0.5.4.11.ebuild +++ b/app-shells/dash/dash-0.5.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.4.11.ebuild,v 1.4 2008/09/02 13:07:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.4.11.ebuild,v 1.5 2008/09/04 01:28:55 darkside Exp $ inherit autotools eutils flag-o-matic @@ -16,7 +16,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 ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="libedit static" DEPEND="libedit? ( dev-libs/libedit )" |