diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-13 06:03:28 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-13 06:03:28 +0000 |
commit | 992130aa1c6fd0e5cd225a6908db7858694dcc7b (patch) | |
tree | 1e0c8b9a258d212afc11f4ba0794cd453381ff7d /media-libs/tiff | |
parent | Clean up old versions and FILESDIR for them. Fix install of VERSION_DM in 2.0... (diff) | |
download | gentoo-2-992130aa1c6fd0e5cd225a6908db7858694dcc7b.tar.gz gentoo-2-992130aa1c6fd0e5cd225a6908db7858694dcc7b.tar.bz2 gentoo-2-992130aa1c6fd0e5cd225a6908db7858694dcc7b.zip |
x86 stable, thanks Myckel and JD. Bug 371308
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 69150e84f368..833a7d8959f2 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.170 2011/09/12 14:35:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.171 2011/09/13 06:03:28 nativemad Exp $ + + 13 Sep 2011; <mad@gentoo.org> tiff-3.9.5.ebuild: + x86 stable, thanks Myckel and JD! Bug #371308. 12 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org> tiff-3.9.5.ebuild: ppc/ppc64 stable wrt #371308 diff --git a/media-libs/tiff/tiff-3.9.5.ebuild b/media-libs/tiff/tiff-3.9.5.ebuild index 2c98f97c47e6..10f0992ab1d7 100644 --- a/media-libs/tiff/tiff-3.9.5.ebuild +++ b/media-libs/tiff/tiff-3.9.5.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/media-libs/tiff/tiff-3.9.5.ebuild,v 1.3 2011/09/12 14:35:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.5.ebuild,v 1.4 2011/09/13 06:03:28 nativemad Exp $ EAPI=3 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx jbig jpeg static-libs zlib" RDEPEND="jpeg? ( virtual/jpeg ) |