diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-20 15:33:01 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-20 15:33:01 +0000 |
commit | 2f1a443d94b654af7d1dae012a2aedf39436f621 (patch) | |
tree | 70011b4b06baed1fc40f1e303a159012a3e698fa /media-libs | |
parent | stable ppc64, bug #432422 (diff) | |
download | gentoo-2-2f1a443d94b654af7d1dae012a2aedf39436f621.tar.gz gentoo-2-2f1a443d94b654af7d1dae012a2aedf39436f621.tar.bz2 gentoo-2-2f1a443d94b654af7d1dae012a2aedf39436f621.zip |
stable arm, bug #427166
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-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 a8491add6015..3715c3c31df8 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.212 2012/09/18 13:32:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.213 2012/09/20 15:33:01 blueness Exp $ + + 20 Sep 2012; Anthony G. Basile <blueness@gentoo.org> tiff-4.0.2-r1.ebuild: + stable arm, bug #427166 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> tiff-4.0.2-r1.ebuild: Stable for HPPA (bug #427166). diff --git a/media-libs/tiff/tiff-4.0.2-r1.ebuild b/media-libs/tiff/tiff-4.0.2-r1.ebuild index 2c14fe663823..e2e8e10c4cfd 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.4 2012/09/18 13:32:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.5 2012/09/20 15:33:01 blueness 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 ) |