diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:18:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:18:24 +0000 |
commit | ed2c90e176fe2f9a3b3d727ce94fdd29cdf99b66 (patch) | |
tree | 36537d0550b91b44e892f1f4164e8e938db42479 /app-portage | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-ed2c90e176fe2f9a3b3d727ce94fdd29cdf99b66.tar.gz gentoo-2-ed2c90e176fe2f9a3b3d727ce94fdd29cdf99b66.tar.bz2 gentoo-2-ed2c90e176fe2f9a3b3d727ce94fdd29cdf99b66.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/esearch/esearch-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/esearch/ChangeLog b/app-portage/esearch/ChangeLog index c4793ab68a3a..809eb1bb4777 100644 --- a/app-portage/esearch/ChangeLog +++ b/app-portage/esearch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/esearch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.112 2013/02/21 03:22:34 zmedico Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.113 2014/01/18 05:18:24 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> esearch-1.3.ebuild: + Add arm64 love. 21 Feb 2013; Zac Medico <zmedico@gentoo.org> esearch-1.3.ebuild: Add ~arm-linux keyword. diff --git a/app-portage/esearch/esearch-1.3.ebuild b/app-portage/esearch/esearch-1.3.ebuild index 2bc7182ac6ac..cbc902849f54 100644 --- a/app-portage/esearch/esearch-1.3.ebuild +++ b/app-portage/esearch/esearch-1.3.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-portage/esearch/esearch-1.3.ebuild,v 1.12 2013/02/21 03:22:34 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3.ebuild,v 1.13 2014/01/18 05:18:24 vapier Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="linguas_fr linguas_it" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" |