diff options
author | Markus Meier <maekke@gentoo.org> | 2012-12-23 11:29:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-12-23 11:29:32 +0000 |
commit | 5d21a4d37914d979689057a1bebf82399c918590 (patch) | |
tree | 468dd4faa0acdc3802f0b7a669064de69261bb46 | |
parent | Pull in virtual/os-headers for #include <linux/foo.h> type of code (diff) | |
download | gentoo-2-5d21a4d37914d979689057a1bebf82399c918590.tar.gz gentoo-2-5d21a4d37914d979689057a1bebf82399c918590.tar.bz2 gentoo-2-5d21a4d37914d979689057a1bebf82399c918590.zip |
add ~arm
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
-rw-r--r-- | sci-libs/shapelib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/shapelib/shapelib-1.3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/shapelib/ChangeLog b/sci-libs/shapelib/ChangeLog index e9894af86b34..eb2cd98a27c7 100644 --- a/sci-libs/shapelib/ChangeLog +++ b/sci-libs/shapelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/shapelib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.27 2012/12/04 11:52:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.28 2012/12/23 11:29:32 maekke Exp $ + + 23 Dec 2012; Markus Meier <maekke@gentoo.org> shapelib-1.3.0-r1.ebuild: + add ~arm 04 Dec 2012; Justin Lecher <jlec@gentoo.org> -shapelib-1.2.10-r1.ebuild: Drop old diff --git a/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild b/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild index 92f5fc8a9875..c4669d28fb58 100644 --- a/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild +++ b/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild,v 1.10 2012/12/04 11:37:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild,v 1.11 2012/12/23 11:29:32 maekke Exp $ EAPI=4 inherit eutils toolchain-funcs multilib versionator @@ -11,7 +11,7 @@ SRC_URI="http://download.osgeo.org/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="" |