diff options
author | 2012-05-18 08:08:11 +0000 | |
---|---|---|
committer | 2012-05-18 08:08:11 +0000 | |
commit | 5ea8ab444094bdb7bd50606efee5693f2458f0d8 (patch) | |
tree | 8067c5a0025858e99f0eb3694bd0daedaa062437 /media-libs/tiff | |
parent | Stable for amd64, wrt bug #415977 (diff) | |
download | gentoo-2-5ea8ab444094bdb7bd50606efee5693f2458f0d8.tar.gz gentoo-2-5ea8ab444094bdb7bd50606efee5693f2458f0d8.tar.bz2 gentoo-2-5ea8ab444094bdb7bd50606efee5693f2458f0d8.zip |
Stable for amd64, wrt bug #416055
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.9.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index c433c1f7ad85..2dd97adb7c31 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.196 2012/05/14 20:18:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.197 2012/05/18 08:08:11 ago Exp $ + + 18 May 2012; Agostino Sarubbo <ago@gentoo.org> tiff-3.9.5-r3.ebuild: + Stable for amd64, wrt bug #416055 *tiff-3.9.5-r3 (14 May 2012) diff --git a/media-libs/tiff/tiff-3.9.5-r3.ebuild b/media-libs/tiff/tiff-3.9.5-r3.ebuild index 36a3c949ceb5..7e6d045c5725 100644 --- a/media-libs/tiff/tiff-3.9.5-r3.ebuild +++ b/media-libs/tiff/tiff-3.9.5-r3.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-3.9.5-r3.ebuild,v 1.1 2012/05/14 20:18:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.5-r3.ebuild,v 1.2 2012/05/18 08:08:11 ago Exp $ # this ebuild is only for the libtiff.so.3 (+ 4) and libtiffxx.so.3 (+ 4) SONAME for ABI compat @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz" LICENSE="as-is" SLOT="3" -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 zlib" RDEPEND="jpeg? ( virtual/jpeg ) |