diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:58:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:58:40 +0000 |
commit | 9a7c56f1eb01a291910e21e5a026105383bb4d96 (patch) | |
tree | 0ccc2d70899896bec6bccd3f5884a4fb07598c85 /sci-libs/shapelib | |
parent | Stable for HPPA (bug #444882). (diff) | |
download | gentoo-2-9a7c56f1eb01a291910e21e5a026105383bb4d96.tar.gz gentoo-2-9a7c56f1eb01a291910e21e5a026105383bb4d96.tar.bz2 gentoo-2-9a7c56f1eb01a291910e21e5a026105383bb4d96.zip |
Stable for ppc, wrt bug #444664
(Portage version: 2.1.11.31/cvs/Linux ppc64, 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 1e5f7589f060..bcdc5d88517e 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.21 2012/11/23 11:10:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.22 2012/11/29 16:58:40 ago Exp $ + + 29 Nov 2012; <ago@gentoo.org> shapelib-1.3.0-r1.ebuild: + Stable for ppc, wrt bug #444664 23 Nov 2012; <naota@gentoo.org> shapelib-1.3.0-r1.ebuild: Add ~x86-fbsd wrt bug #444060 diff --git a/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild b/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild index cc71aefb10e4..f88b5fcbbeaa 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.5 2012/11/23 11:10:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild,v 1.6 2012/11/29 16:58:40 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="" |