diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-09 08:23:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-09 08:23:38 +0000 |
commit | 104117e8b3ab76dedcb7094e8e06dfd90a7a77b2 (patch) | |
tree | 41cff70b8a9cfc4e8967797e3fbdf24939effabd /media-libs/tiff | |
parent | Stable for ppc64, wrt bug #499920 (diff) | |
download | gentoo-2-104117e8b3ab76dedcb7094e8e06dfd90a7a77b2.tar.gz gentoo-2-104117e8b3ab76dedcb7094e8e06dfd90a7a77b2.tar.bz2 gentoo-2-104117e8b3ab76dedcb7094e8e06dfd90a7a77b2.zip |
Stable for ppc64, wrt bug #486590
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.3-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 7fbfded304a8..e4e3c9c190bf 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.260 2014/02/09 08:18:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.261 2014/02/09 08:23:38 ago Exp $ + + 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> tiff-4.0.3-r6.ebuild: + Stable for ppc64, wrt bug #486590 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> tiff-4.0.3-r6.ebuild: Stable for ppc, wrt bug #486590 diff --git a/media-libs/tiff/tiff-4.0.3-r6.ebuild b/media-libs/tiff/tiff-4.0.3-r6.ebuild index f94518698709..c9650a685af1 100644 --- a/media-libs/tiff/tiff-4.0.3-r6.ebuild +++ b/media-libs/tiff/tiff-4.0.3-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.5 2014/02/09 08:18:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.6 2014/02/09 08:23:38 ago Exp $ EAPI=5 inherit eutils libtool multilib-minimal @@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz LICENSE="libtiff" 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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx jbig jpeg lzma static-libs test zlib" RDEPEND="jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] ) |