diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-21 15:08:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-21 15:08:05 +0000 |
commit | bc4ebefd81cc7273f675eaaf902d10eb6093ea5b (patch) | |
tree | 7c48909b34c3b4771b9ea0a5f784af1134761df7 /media-libs/tiff | |
parent | Stable for HPPA (bug #414769). (diff) | |
download | historical-bc4ebefd81cc7273f675eaaf902d10eb6093ea5b.tar.gz historical-bc4ebefd81cc7273f675eaaf902d10eb6093ea5b.tar.bz2 historical-bc4ebefd81cc7273f675eaaf902d10eb6093ea5b.zip |
Stable for HPPA (bug #422673).
Package-Manager: portage-2.2.0_alpha110/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.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index e059d8f31525..bfc10ee9c453 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.202 2012/06/20 23:42:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.203 2012/06/21 15:08:05 jer Exp $ + + 21 Jun 2012; Jeroen Roovers <jer@gentoo.org> tiff-4.0.2.ebuild: + Stable for HPPA (bug #422673). 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> tiff-4.0.2.ebuild: marked x86 per bug 422673 diff --git a/media-libs/tiff/tiff-4.0.2.ebuild b/media-libs/tiff/tiff-4.0.2.ebuild index 509ac2ff7697..694928ab166b 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.2 2012/06/20 23:42:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2.ebuild,v 1.3 2012/06/21 15:08:05 jer 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 ) |