diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 00:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 00:28:07 +0000 |
commit | f1e216415f0851be2d2fc745be6ef2eb4a19e50b (patch) | |
tree | d4b8f4a7e1ecda7f7db8823782237bac5d41f4b6 /dev-util/shflags/shflags-1.0.3.ebuild | |
parent | Mark arm64/m68k/s390/sh stable. (diff) | |
download | gentoo-2-f1e216415f0851be2d2fc745be6ef2eb4a19e50b.tar.gz gentoo-2-f1e216415f0851be2d2fc745be6ef2eb4a19e50b.tar.bz2 gentoo-2-f1e216415f0851be2d2fc745be6ef2eb4a19e50b.zip |
Add arm64 love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-util/shflags/shflags-1.0.3.ebuild')
-rw-r--r-- | dev-util/shflags/shflags-1.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/shflags/shflags-1.0.3.ebuild b/dev-util/shflags/shflags-1.0.3.ebuild index 224e7155b2d8..39c3168e8fc8 100644 --- a/dev-util/shflags/shflags-1.0.3.ebuild +++ b/dev-util/shflags/shflags-1.0.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/dev-util/shflags/shflags-1.0.3.ebuild,v 1.2 2013/10/18 22:03:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shflags/shflags-1.0.3.ebuild,v 1.3 2014/06/10 00:28:07 vapier Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://shflags.googlecode.com/files/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="examples" src_test() { |