diff options
author | 2014-02-11 15:10:30 +0000 | |
---|---|---|
committer | 2014-02-11 15:10:30 +0000 | |
commit | f0dfe8d03df5fdc30a57f5693182e34575a5d446 (patch) | |
tree | e9b5942712d0f28753422eb055d1c35f291f3698 /media-libs/tiff | |
parent | ia64 stable wrt bug #474296 (diff) | |
download | gentoo-2-f0dfe8d03df5fdc30a57f5693182e34575a5d446.tar.gz gentoo-2-f0dfe8d03df5fdc30a57f5693182e34575a5d446.tar.bz2 gentoo-2-f0dfe8d03df5fdc30a57f5693182e34575a5d446.zip |
ia64 stable wrt bug #486590
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
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 4833795dad40..5ca53dbefd2f 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.262 2014/02/09 08:26:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.263 2014/02/11 15:10:30 hattya Exp $ + + 11 Feb 2014; Akinori Hattori <hattya@gentoo.org> tiff-4.0.3-r6.ebuild: + ia64 stable wrt bug #486590 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> tiff-4.0.3-r6.ebuild: Stable for sparc, 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 2cdebdd147d6..a69281234dc9 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.7 2014/02/09 08:26:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.8 2014/02/11 15:10:30 hattya 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}] ) |