diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-30 10:39:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-30 10:39:41 +0000 |
commit | a0002df102ead4ed3b6878308551ee1fcd1046e8 (patch) | |
tree | 4c179ae151ea304f33353af340e42948c9fe05c2 /sci-libs/shapelib | |
parent | Set eapi5 as default in the skel. (diff) | |
download | gentoo-2-a0002df102ead4ed3b6878308551ee1fcd1046e8.tar.gz gentoo-2-a0002df102ead4ed3b6878308551ee1fcd1046e8.tar.bz2 gentoo-2-a0002df102ead4ed3b6878308551ee1fcd1046e8.zip |
Stable for amd64, wrt bug #444664
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/shapelib')
-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 b90cb8b7bcb0..676bd3e57f12 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.23 2012/11/29 21:00:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.24 2012/11/30 10:39:41 ago Exp $ + + 30 Nov 2012; <ago@gentoo.org> shapelib-1.3.0-r1.ebuild: + Stable for amd64, wrt bug #444664 29 Nov 2012; Justin Lecher <jlec@gentoo.org> shapelib-1.3.0-r1.ebuild, files/shapelib-1.3.0-respect-user.patch, metadata.xml: diff --git a/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild b/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild index 3d9620fa38f7..00bbc92e7250 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.7 2012/11/29 21:00:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild,v 1.8 2012/11/30 10:39:41 ago 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 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="" |