diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 10:12:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 10:12:37 +0000 |
commit | 554f338915fcdf126934e3615f14171bfe22b6f0 (patch) | |
tree | 4d1de7d91493286c5a8ab51fb6d3333a866efda4 /app-admin/eselect-bashcomp | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-554f338915fcdf126934e3615f14171bfe22b6f0.tar.gz gentoo-2-554f338915fcdf126934e3615f14171bfe22b6f0.tar.bz2 gentoo-2-554f338915fcdf126934e3615f14171bfe22b6f0.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-admin/eselect-bashcomp')
-rw-r--r-- | app-admin/eselect-bashcomp/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/eselect-bashcomp/ChangeLog b/app-admin/eselect-bashcomp/ChangeLog index cb99c760c314..6e4837ec03b4 100644 --- a/app-admin/eselect-bashcomp/ChangeLog +++ b/app-admin/eselect-bashcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-bashcomp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.8 2013/12/17 10:54:23 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.9 2014/01/19 10:12:37 vapier Exp $ + + 19 Jan 2014; Mike Frysinger <vapier@gentoo.org> eselect-bashcomp-1.3.6.ebuild: + Add arm64 love. 17 Dec 2013; Raúl Porcel <armin76@gentoo.org> eselect-bashcomp-1.3.6.ebuild: alpha/ia64/s390/sh/sparc stable wrt #485502 diff --git a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild index 5585a4cb0e20..0476d990a38a 100644 --- a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild +++ b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.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-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.9 2013/12/17 10:54:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.10 2014/01/19 10:12:37 vapier Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/eselect-${PV}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" RDEPEND=">=app-admin/eselect-1.3.8" |