summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-01-07 09:47:17 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-01-07 09:47:17 +0000
commit1993b263eebda595da354b3dcc4ab2fe5456c527 (patch)
tree2c0cbaa3b152e569e1b049a2470edd4bfee43087 /media-libs/lcms
parentDisable regcomp on ppc in another try to fix bug #147542 (diff)
downloadgentoo-2-1993b263eebda595da354b3dcc4ab2fe5456c527.tar.gz
gentoo-2-1993b263eebda595da354b3dcc4ab2fe5456c527.tar.bz2
gentoo-2-1993b263eebda595da354b3dcc4ab2fe5456c527.zip
Finally fix bug 148728 thanks to kloeri for bumping swig
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r--media-libs/lcms/ChangeLog7
-rw-r--r--media-libs/lcms/lcms-1.15.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/lcms/ChangeLog b/media-libs/lcms/ChangeLog
index 71510169858d..3d7035e9f12f 100644
--- a/media-libs/lcms/ChangeLog
+++ b/media-libs/lcms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lcms
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.66 2006/11/18 22:09:56 flameeyes Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.67 2007/01/07 09:47:17 genstef Exp $
+
+ 07 Jan 2007; <genstef@gentoo.org> lcms-1.15.ebuild:
+ Finally fix bug 148728 thanks to kloeri for bumping swig
18 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> lcms-1.15.ebuild:
Don't do inverse arch dependencies for x86-fbsd, you'll just mask the issue
diff --git a/media-libs/lcms/lcms-1.15.ebuild b/media-libs/lcms/lcms-1.15.ebuild
index 21052048fc69..9501232c7a9d 100644
--- a/media-libs/lcms/lcms-1.15.ebuild
+++ b/media-libs/lcms/lcms-1.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.15.ebuild,v 1.7 2006/11/18 22:09:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.15.ebuild,v 1.8 2007/01/07 09:47:17 genstef Exp $
inherit libtool eutils
@@ -17,7 +17,7 @@ DEPEND="tiff? ( media-libs/tiff )
jpeg? ( media-libs/jpeg )
zlib? ( sys-libs/zlib )
python? ( >=dev-lang/python-1.5.2
- !sh? ( >=dev-lang/swig-1.3.29-r1 ) )"
+ !sh? ( >=dev-lang/swig-1.3.31 ) )"
# ugly workaround because arches have not keyworded it
RDEPEND="${DEPEND}"