diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-09-18 13:32:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-09-18 13:32:10 +0000 |
commit | 83773bb8dab28324d84489dedf3fbfe7d4c75d64 (patch) | |
tree | 015c3f35079680e5a889f88dc349c381d1928ed3 /media-libs/tiff | |
parent | Stable for x86, wrt bug #433345 (diff) | |
download | gentoo-2-83773bb8dab28324d84489dedf3fbfe7d4c75d64.tar.gz gentoo-2-83773bb8dab28324d84489dedf3fbfe7d4c75d64.tar.bz2 gentoo-2-83773bb8dab28324d84489dedf3fbfe7d4c75d64.zip |
Stable for HPPA (bug #427166).
(Portage version: 2.2.0_alpha128/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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 87b1d140fed5..a8491add6015 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.211 2012/09/16 17:42:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.212 2012/09/18 13:32:10 jer Exp $ + + 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> tiff-4.0.2-r1.ebuild: + Stable for HPPA (bug #427166). 16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -tiff-4.0.1-r1.ebuild, -files/tiff-4.0.1-CVE-2012-1173.patch: diff --git a/media-libs/tiff/tiff-4.0.2-r1.ebuild b/media-libs/tiff/tiff-4.0.2-r1.ebuild index 2a14a37a7fd8..2c14fe663823 100644 --- a/media-libs/tiff/tiff-4.0.2-r1.ebuild +++ b/media-libs/tiff/tiff-4.0.2-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.2-r1.ebuild,v 1.3 2012/09/16 17:37:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.4 2012/09/18 13:32:10 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 ~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 ) |