diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 23:42:02 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 23:42:02 +0000 |
commit | b762ad9a4fb909165b8342d0e10b4c9869ea65c0 (patch) | |
tree | 402dc7cf890f1faf926074c1c28ed516a7a68b6d | |
parent | Fix for newer netcdf (bug #421213), fix conditional tests and add a patch to ... (diff) | |
download | gentoo-2-b762ad9a4fb909165b8342d0e10b4c9869ea65c0.tar.gz gentoo-2-b762ad9a4fb909165b8342d0e10b4c9869ea65c0.tar.bz2 gentoo-2-b762ad9a4fb909165b8342d0e10b4c9869ea65c0.zip |
marked x86 per bug 422673
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 23a2d4e72ac5..e059d8f31525 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.201 2012/06/20 18:42:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.202 2012/06/20 23:42:02 jdhore Exp $ + + 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> tiff-4.0.2.ebuild: + marked x86 per bug 422673 *tiff-4.0.2 (20 Jun 2012) diff --git a/media-libs/tiff/tiff-4.0.2.ebuild b/media-libs/tiff/tiff-4.0.2.ebuild index c4d2b5801655..509ac2ff7697 100644 --- a/media-libs/tiff/tiff-4.0.2.ebuild +++ b/media-libs/tiff/tiff-4.0.2.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/media-libs/tiff/tiff-4.0.2.ebuild,v 1.1 2012/06/20 18:42:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2.ebuild,v 1.2 2012/06/20 23:42:02 jdhore Exp $ EAPI=4 inherit libtool @@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx jbig jpeg lzma static-libs zlib" RDEPEND="jpeg? ( virtual/jpeg ) |