diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-11-23 11:10:07 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-11-23 11:10:07 +0000 |
commit | 1b2fae84f40bb320008766b7c216379f4a5f067e (patch) | |
tree | 7695afacc232bd2b2b434f36a1a729bac6d00161 /sci-libs | |
parent | Does not work with >=pacemaker-1.1.8 (diff) | |
download | gentoo-2-1b2fae84f40bb320008766b7c216379f4a5f067e.tar.gz gentoo-2-1b2fae84f40bb320008766b7c216379f4a5f067e.tar.bz2 gentoo-2-1b2fae84f40bb320008766b7c216379f4a5f067e.zip |
Add ~x86-fbsd wrt bug #444060
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sci-libs')
-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 999e32e56293..1e5f7589f060 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.20 2012/10/07 09:10:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.21 2012/11/23 11:10:07 naota Exp $ + + 23 Nov 2012; <naota@gentoo.org> shapelib-1.3.0-r1.ebuild: + Add ~x86-fbsd wrt bug #444060 07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, #24135. diff --git a/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild b/sci-libs/shapelib/shapelib-1.3.0-r1.ebuild index fa9d15de7f4b..cc71aefb10e4 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.4 2012/08/18 12:28:56 scarabeus Exp $ +# $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 $ 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 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="" |