diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-29 19:28:38 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-29 19:28:38 +0000 |
commit | 7c662c10004d4ce7374c13aa472a8f3ea9cb2c31 (patch) | |
tree | 6ff92e6541737cdb4d3249680cfa1476341a7f17 /media-libs/tiff | |
parent | Import. Only saw bug #8561 after I added, so imported some changes. (diff) | |
download | gentoo-2-7c662c10004d4ce7374c13aa472a8f3ea9cb2c31.tar.gz gentoo-2-7c662c10004d4ce7374c13aa472a8f3ea9cb2c31.tar.bz2 gentoo-2-7c662c10004d4ce7374c13aa472a8f3ea9cb2c31.zip |
Stable on amd64 and x86 wrt bug #131857.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.8.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index dba7cf2f5dda..8d42a849ee70 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.84 2006/06/28 10:49:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.85 2006/06/29 19:28:38 wolf31o2 Exp $ + + 29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> tiff-3.8.2-r1.ebuild: + Stable on amd64 and x86 wrt bug #131857. 28 Jun 2006; Stefan Schweizer <genstef@gentoo.org> tiff-3.8.2-r1.ebuild: QA: Add patch file to SRC_URI, use it from WORKDIR, fix use && epatch || die diff --git a/media-libs/tiff/tiff-3.8.2-r1.ebuild b/media-libs/tiff/tiff-3.8.2-r1.ebuild index a2024e12b9e5..ef566a3aa66e 100644 --- a/media-libs/tiff/tiff-3.8.2-r1.ebuild +++ b/media-libs/tiff/tiff-3.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r1.ebuild,v 1.2 2006/06/28 10:49:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r1.ebuild,v 1.3 2006/06/29 19:28:38 wolf31o2 Exp $ inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="jpeg jbig nocxx zlib" DEPEND="jpeg? ( >=media-libs/jpeg-6b ) |