diff options
-rw-r--r-- | app-shells/dash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.5.1.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 06ba99f09448..bdecb065aaea 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for app-shells/dash -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 + + 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> dash-0.5.5.1.2.ebuild: + stable amd64, bug 324753 *dash-0.5.5.1.2 (22 Feb 2009) 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 e022df275d50..f2ee27878c15 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-2009 Gentoo Foundation +# 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.1 2009/02/22 19:03:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.5.1.2.ebuild,v 1.2 2010/06/24 21:41:51 pacho 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 )" |