diff options
-rw-r--r-- | app-shells/dash/ChangeLog | 3 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.4.6-r1.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index fe6e6f21cf4c..1ec816634c8e 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 + 30 Apr 2008; Brent Baude <ranger@gentoo.org> dash-0.5.4.6-r1.ebuild: + stable ppc64, bug 219871 + *dash-0.5.4.6-r1 (28 Jan 2008) 28 Jan 2008; Mike Frysinger <vapier@gentoo.org> +dash-0.5.4.6-r1.ebuild: diff --git a/app-shells/dash/dash-0.5.4.6-r1.ebuild b/app-shells/dash/dash-0.5.4.6-r1.ebuild index 04b6a77a53c4..383e8b23b678 100644 --- a/app-shells/dash/dash-0.5.4.6-r1.ebuild +++ b/app-shells/dash/dash-0.5.4.6-r1.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.6-r1.ebuild,v 1.1 2008/01/28 18:46:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.4.6-r1.ebuild,v 1.2 2008/04/30 22:18:52 ranger 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 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~x86" IUSE="libedit static" DEPEND="libedit? ( dev-libs/libedit )" |