diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-09-01 12:49:03 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-09-01 12:49:03 +0000 |
commit | 6c862cbabff14eea795c31243f74919d10b03f9d (patch) | |
tree | d969e64c4c25593c31b55e7e6c3a1285bbc0dd9c /media-libs | |
parent | Make perl RDEPEND not DEPEND; ditch dodoc README since it says nothing useful... (diff) | |
download | gentoo-2-6c862cbabff14eea795c31243f74919d10b03f9d.tar.gz gentoo-2-6c862cbabff14eea795c31243f74919d10b03f9d.tar.bz2 gentoo-2-6c862cbabff14eea795c31243f74919d10b03f9d.zip |
Remove ppc-macos workaround again.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/tiff/tiff-3.8.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/tiff/tiff-3.8.2-r2.ebuild b/media-libs/tiff/tiff-3.8.2-r2.ebuild index 734d04e91fb5..de9abadef238 100644 --- a/media-libs/tiff/tiff-3.8.2-r2.ebuild +++ b/media-libs/tiff/tiff-3.8.2-r2.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-r2.ebuild,v 1.2 2006/08/04 03:30:38 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.3 2006/09/01 12:49:03 exg Exp $ inherit eutils libtool @@ -27,7 +27,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-jbig.patch || die "epatch jbig failed" fi epatch ${FILESDIR}/${P}-goo-sec.patch || die "epatch goo-sec failed" - use ppc-macos || elibtoolize + elibtoolize } src_compile() { |