diff options
author | 2012-05-26 19:02:48 +0000 | |
---|---|---|
committer | 2012-05-26 19:02:48 +0000 | |
commit | b7df51ca4f059cffae5345791c7353c8be6df7ff (patch) | |
tree | de64090b760143012a82f80767f1df019bfd93fb | |
parent | alpha/ia64/sparc stable wrt #404701 (diff) | |
download | gentoo-2-b7df51ca4f059cffae5345791c7353c8be6df7ff.tar.gz gentoo-2-b7df51ca4f059cffae5345791c7353c8be6df7ff.tar.bz2 gentoo-2-b7df51ca4f059cffae5345791c7353c8be6df7ff.zip |
marked x86 per bug 417415
(Portage version: 2.2.0_alpha108/cvs/Linux i686)
-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 af78241bcf41..3c67dae7ac78 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.39 2012/05/25 11:31:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.40 2012/05/26 19:02:48 jdhore Exp $ + + 26 May 2012; Jeff Horelick <jdhore@gentoo.org> libgeotiff-1.4.0.ebuild: + marked x86 per bug 417415 25 May 2012; Agostino Sarubbo <ago@gentoo.org> libgeotiff-1.4.0.ebuild: Stable for amd64, wrt bug #417415 diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild index 2ea3c58066a5..1fd922c1ae1d 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.3 2012/05/25 11:31:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild,v 1.4 2012/05/26 19:02:48 jdhore 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=" |