diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-01-05 15:26:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-01-05 15:26:30 +0000 |
commit | 4c39a193984588f8a8bf1a48f268d22e1a71697e (patch) | |
tree | a0533ab7369637e7e10e140579972cea2157e7f3 /sci-libs/libgeotiff | |
parent | Version bump. Add ruby20, ruby21 support. Remove old. (diff) | |
download | gentoo-2-4c39a193984588f8a8bf1a48f268d22e1a71697e.tar.gz gentoo-2-4c39a193984588f8a8bf1a48f268d22e1a71697e.tar.bz2 gentoo-2-4c39a193984588f8a8bf1a48f268d22e1a71697e.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sci-libs/libgeotiff')
-rw-r--r-- | sci-libs/libgeotiff/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libgeotiff/ChangeLog b/sci-libs/libgeotiff/ChangeLog index 815b56d297c5..d8d6ab2e122d 100644 --- a/sci-libs/libgeotiff/ChangeLog +++ b/sci-libs/libgeotiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgeotiff -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.45 2014/01/06 14:35:20 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.46 2015/01/05 15:26:30 aballier Exp $ + + 05 Jan 2015; Alexis Ballier <aballier@gentoo.org> libgeotiff-1.4.0.ebuild: + keyword ~arm 06 Jan 2014; Justin Lecher <jlec@gentoo.org> -libgeotiff-1.2.4.ebuild, -libgeotiff-1.3.0.ebuild, libgeotiff-1.4.0.ebuild, metadata.xml: diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild index 64952bd6f40e..ccb79c6fc632 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild,v 1.8 2014/01/06 14:35:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild,v 1.9 2015/01/05 15:26:30 aballier Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc static-libs" RDEPEND=" |