summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-18 14:14:54 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-18 14:14:54 +0000
commitdf1cdfa05dd39a95ef835c18ab3e54d04c651dae (patch)
tree659177a57f86fc726facae0e8bcb859c71c9b630 /sci-libs/szip
parentversion bump (bug #475392) (diff)
downloadgentoo-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')
-rw-r--r--sci-libs/szip/ChangeLog8
-rw-r--r--sci-libs/szip/szip-2.1-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/szip/ChangeLog b/sci-libs/szip/ChangeLog
index 74ae7237cb73..62e1c4259aaa 100644
--- a/sci-libs/szip/ChangeLog
+++ b/sci-libs/szip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/szip
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.24 2012/10/15 10:14:07 naota Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.25 2013/07/18 14:14:54 chithanh Exp $
+
+ 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ szip-2.1-r1.ebuild:
+ Keyword ~arm.
15 Oct 2012; <naota@gentoo.org> szip-2.1-r1.ebuild:
Add ~x86-fbsd.
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=""