diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 02:27:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 02:27:02 +0000 |
commit | 71ca6d0852b4d30a3aabf39100c7a631b25b71e9 (patch) | |
tree | bc8598b0fc34a65c36023d3e05d805164f06c35a /app-shells | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-71ca6d0852b4d30a3aabf39100c7a631b25b71e9.tar.gz gentoo-2-71ca6d0852b4d30a3aabf39100c7a631b25b71e9.tar.bz2 gentoo-2-71ca6d0852b4d30a3aabf39100c7a631b25b71e9.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.7.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 5ff2e6fa593b..8870747ab8a1 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/dash -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.112 2013/06/05 00:13:00 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.113 2014/01/18 02:27:02 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> dash-0.5.7.3-r1.ebuild: + Add arm64 love. 05 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. diff --git a/app-shells/dash/dash-0.5.7.3-r1.ebuild b/app-shells/dash/dash-0.5.7.3-r1.ebuild index 680243f97774..46af6f298e3a 100644 --- a/app-shells/dash/dash-0.5.7.3-r1.ebuild +++ b/app-shells/dash/dash-0.5.7.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.3-r1.ebuild,v 1.12 2013/04/02 13:19:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.3-r1.ebuild,v 1.13 2014/01/18 02:27:02 vapier Exp $ EAPI="4" @@ -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 arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="libedit static" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )" |