diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-21 18:04:58 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-21 18:04:58 +0000 |
commit | e44d9a072c245b8b17225df3d5a2a52ee3118291 (patch) | |
tree | bfa875e7d425e075070b514f2ea69ab65306a901 /app-shells/dash | |
parent | Linux patch 3.4.0. Zero copy for infiniband psm userspace driver. fbcondecor ... (diff) | |
download | gentoo-2-e44d9a072c245b8b17225df3d5a2a52ee3118291.tar.gz gentoo-2-e44d9a072c245b8b17225df3d5a2a52ee3118291.tar.bz2 gentoo-2-e44d9a072c245b8b17225df3d5a2a52ee3118291.zip |
marked x86 per bug 416929
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'app-shells/dash')
-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 d93df06cf2c2..17128c0332fa 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.91 2012/05/02 20:29:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.92 2012/05/21 18:04:58 jdhore Exp $ + + 21 May 2012; Jeff Horelick <jdhore@gentoo.org> dash-0.5.7.1.ebuild: + marked x86 per bug 416929 02 May 2012; Jeff Horelick <jdhore@gentoo.org> dash-0.5.5.1.7.ebuild, dash-0.5.7.1.ebuild: diff --git a/app-shells/dash/dash-0.5.7.1.ebuild b/app-shells/dash/dash-0.5.7.1.ebuild index c567eab8190b..6c70b24e6826 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.2 2012/05/02 20:29:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.1.ebuild,v 1.3 2012/05/21 18:04:58 jdhore 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 ) )" |