diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-11 19:11:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-11 19:11:58 +0000 |
commit | f305cf8891065dc712bc1814d3a1e76023cd26be (patch) | |
tree | 878a8b7443bf3fcb67a526c0bbdd39f8390f9d14 /sci-libs/geos | |
parent | Stable on amd64 wrt bug #354267 (diff) | |
download | gentoo-2-f305cf8891065dc712bc1814d3a1e76023cd26be.tar.gz gentoo-2-f305cf8891065dc712bc1814d3a1e76023cd26be.tar.bz2 gentoo-2-f305cf8891065dc712bc1814d3a1e76023cd26be.zip |
Stable on amd64 wrt bug #354389
(Portage version: 2.1.9.39/cvs/Linux x86_64)
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 20994237a590..a8cc36af3afa 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.51 2011/02/11 12:35:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.52 2011/02/11 19:11:58 hwoarang Exp $ + + 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> geos-3.2.2.ebuild: + Stable on amd64 wrt bug #354389 11 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> geos-3.2.2.ebuild: x86 stable wrt bug #354389 diff --git a/sci-libs/geos/geos-3.2.2.ebuild b/sci-libs/geos/geos-3.2.2.ebuild index b590e0e75558..78eac9b9472c 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.4 2011/02/11 12:35:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.5 2011/02/11 19:11:58 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~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 )" |