diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 11:18:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 11:18:28 +0000 |
commit | fc8da714db2be8251c646f3fbcdf1f556fb71bf1 (patch) | |
tree | baebca9131706abb4f14c506c821bc8bb69e596b /sci-libs/geos | |
parent | Stable on amd64 wrt bug #365571 (diff) | |
download | gentoo-2-fc8da714db2be8251c646f3fbcdf1f556fb71bf1.tar.gz gentoo-2-fc8da714db2be8251c646f3fbcdf1f556fb71bf1.tar.bz2 gentoo-2-fc8da714db2be8251c646f3fbcdf1f556fb71bf1.zip |
Marked ~x64-freebsd
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 5bfe4d7ba331..74f33c94d94d 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.57 2011/04/23 15:38:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.58 2011/05/03 11:18:28 grobian Exp $ + + 03 May 2011; Fabian Groffen <grobian@gentoo.org> geos-3.2.2.ebuild: + Marked ~x64-freebsd 23 Apr 2011; Justin Lecher <jlec@gentoo.org> +files/3.2.2-gcc46.patch, geos-3.2.2.ebuild: diff --git a/sci-libs/geos/geos-3.2.2.ebuild b/sci-libs/geos/geos-3.2.2.ebuild index 935eb661ebc8..25c2e68935a1 100644 --- a/sci-libs/geos/geos-3.2.2.ebuild +++ b/sci-libs/geos/geos-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.9 2011/04/23 15:38:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.10 2011/05/03 11:18:28 grobian Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc python ruby" RDEPEND="ruby? ( dev-lang/ruby:1.8 )" |