diff options
author | 2013-07-18 14:14:54 +0000 | |
---|---|---|
committer | 2013-07-18 14:14:54 +0000 | |
commit | df1cdfa05dd39a95ef835c18ab3e54d04c651dae (patch) | |
tree | 659177a57f86fc726facae0e8bcb859c71c9b630 /sci-libs/szip/szip-2.1-r1.ebuild | |
parent | version bump (bug #475392) (diff) | |
download | gentoo-2-df1cdfa05dd39a95ef835c18ab3e54d04c651dae.tar.gz gentoo-2-df1cdfa05dd39a95ef835c18ab3e54d04c651dae.tar.bz2 gentoo-2-df1cdfa05dd39a95ef835c18ab3e54d04c651dae.zip |
Keyword ~arm.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/szip/szip-2.1-r1.ebuild')
-rw-r--r-- | sci-libs/szip/szip-2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/szip/szip-2.1-r1.ebuild b/sci-libs/szip/szip-2.1-r1.ebuild index 8fb633318237..343796d26d56 100644 --- a/sci-libs/szip/szip-2.1-r1.ebuild +++ b/sci-libs/szip/szip-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1-r1.ebuild,v 1.3 2012/10/15 10:14:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1-r1.ebuild,v 1.4 2013/07/18 14:14:54 chithanh Exp $ EAPI=4 inherit autotools-utils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.hdfgroup.org/lib-external/${PN}/${PV}/src/${P}.tar.gz" LICENSE="szip" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="" |