diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-08 19:34:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-08 19:34:41 +0000 |
commit | 960e694cc15298780e3dcfc67a880ccca3f581ce (patch) | |
tree | 132dd62556b3148edced3571e6e1afd33673781c /media-libs/tiff | |
parent | Stable for HPPA (bug #401711). (diff) | |
download | gentoo-2-960e694cc15298780e3dcfc67a880ccca3f581ce.tar.gz gentoo-2-960e694cc15298780e3dcfc67a880ccca3f581ce.tar.bz2 gentoo-2-960e694cc15298780e3dcfc67a880ccca3f581ce.zip |
Stable for HPPA (bug #399769).
(Portage version: 2.2.0_alpha85/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-4.0.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index bbfb52a25f8c..a85fd02749c7 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.181 2012/02/05 17:47:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.182 2012/02/08 19:34:41 jer Exp $ + + 08 Feb 2012; Jeroen Roovers <jer@gentoo.org> tiff-4.0.0-r1.ebuild: + Stable for HPPA (bug #399769). 05 Feb 2012; Markus Meier <maekke@gentoo.org> tiff-4.0.0-r1.ebuild: arm stable, bug #399769 diff --git a/media-libs/tiff/tiff-4.0.0-r1.ebuild b/media-libs/tiff/tiff-4.0.0-r1.ebuild index 32afed50ce23..26cf6750c0e1 100644 --- a/media-libs/tiff/tiff-4.0.0-r1.ebuild +++ b/media-libs/tiff/tiff-4.0.0-r1.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.0-r1.ebuild,v 1.3 2012/02/05 17:47:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0-r1.ebuild,v 1.4 2012/02/08 19:34:41 jer Exp $ EAPI=4 inherit eutils 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 ~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 ~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 ) |