diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:31:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:31:27 +0000 |
commit | c28064bda5eba95c722a9d3134b33ea4e0cbccfc (patch) | |
tree | 0d34e427c76b3d23c7c9c50420fe61464d132e37 /sci-libs | |
parent | Stable for amd64, wrt bug #414341 (diff) | |
download | gentoo-2-c28064bda5eba95c722a9d3134b33ea4e0cbccfc.tar.gz gentoo-2-c28064bda5eba95c722a9d3134b33ea4e0cbccfc.tar.bz2 gentoo-2-c28064bda5eba95c722a9d3134b33ea4e0cbccfc.zip |
Stable for amd64, wrt bug #417415
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libgeotiff/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/libgeotiff/ChangeLog b/sci-libs/libgeotiff/ChangeLog index c1117bdb763e..af78241bcf41 100644 --- a/sci-libs/libgeotiff/ChangeLog +++ b/sci-libs/libgeotiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgeotiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.38 2012/05/25 11:13:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.39 2012/05/25 11:31:27 ago Exp $ + + 25 May 2012; Agostino Sarubbo <ago@gentoo.org> libgeotiff-1.4.0.ebuild: + Stable for amd64, wrt bug #417415 25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libgeotiff-1.4.0.ebuild: Fix passing of O3 to cflags. Thanks to ago. diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild index 608f36299d54..2ea3c58066a5 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.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/libgeotiff/libgeotiff-1.4.0.ebuild,v 1.2 2012/05/25 11:13:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild,v 1.3 2012/05/25 11:31:27 ago Exp $ EAPI=4 inherit base autotools @@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc static-libs" RDEPEND=" |