diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-01 11:03:34 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-01 11:03:34 +0000 |
commit | d3722c3e977a81d52ed31e716ec7bf6c91bf71f0 (patch) | |
tree | a39d120d29334def3cdb1dafa7f43e4019dbb560 /app-shells/dash | |
parent | x86 stable, bug 324691 (diff) | |
download | gentoo-2-d3722c3e977a81d52ed31e716ec7bf6c91bf71f0.tar.gz gentoo-2-d3722c3e977a81d52ed31e716ec7bf6c91bf71f0.tar.bz2 gentoo-2-d3722c3e977a81d52ed31e716ec7bf6c91bf71f0.zip |
stable x86, bug 324753
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/ChangeLog | 4 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.5.1.2.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 0772b568b8ba..20eeebb9d98a 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/dash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 + 01 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + dash-0.5.5.1.2.ebuild: + stable x86, bug 324753 + 27 Jun 2010; <nixnut@gentoo.org> dash-0.5.5.1.2.ebuild: ppc stable #324753 diff --git a/app-shells/dash/dash-0.5.5.1.2.ebuild b/app-shells/dash/dash-0.5.5.1.2.ebuild index 92a29ba29a8d..35cb43629745 100644 --- a/app-shells/dash/dash-0.5.5.1.2.ebuild +++ b/app-shells/dash/dash-0.5.5.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.5.1.2.ebuild,v 1.3 2010/06/27 11:54:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.5.1.2.ebuild,v 1.4 2010/07/01 11:03:34 fauli 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 )" |