diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-14 18:54:23 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-14 18:54:23 +0000 |
commit | f97ba35adc5158eef568c2a30a6ca0558216bc29 (patch) | |
tree | 5271b4f891c453cf571197f32724a74a8f6cc9f1 /media-libs/lcms | |
parent | stable x86 since this contains a lot of bugfixes (diff) | |
download | gentoo-2-f97ba35adc5158eef568c2a30a6ca0558216bc29.tar.gz gentoo-2-f97ba35adc5158eef568c2a30a6ca0558216bc29.tar.bz2 gentoo-2-f97ba35adc5158eef568c2a30a6ca0558216bc29.zip |
uncomment bsd patch and arch for now
(Portage version: 2.1.2-r12)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/lcms-1.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/lcms/lcms-1.16.ebuild b/media-libs/lcms/lcms-1.16.ebuild index 86a295b92f22..4aedb78651ed 100644 --- a/media-libs/lcms/lcms-1.16.ebuild +++ b/media-libs/lcms/lcms-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.16.ebuild,v 1.1 2007/03/14 16:34:32 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.16.ebuild,v 1.2 2007/03/14 18:54:23 genstef Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.littlecms.com/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" # ~x86-fbsd" IUSE="tiff jpeg zlib python" DEPEND="tiff? ( media-libs/tiff ) @@ -24,7 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-bsd.patch + #epatch "${FILESDIR}"/${P}-bsd.patch elibtoolize } |