diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-28 13:26:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-28 13:26:36 +0000 |
commit | ae26bdb3761be906c134df7cdc7c5bae655ac549 (patch) | |
tree | a62df6f9fe8dc2a7c5c3cbae997435a92ab977d3 /media-gfx | |
parent | Improve test phase. (diff) | |
download | gentoo-2-ae26bdb3761be906c134df7cdc7c5bae655ac549.tar.gz gentoo-2-ae26bdb3761be906c134df7cdc7c5bae655ac549.tar.bz2 gentoo-2-ae26bdb3761be906c134df7cdc7c5bae655ac549.zip |
fix lcms dep in all versions
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/ufraw/ufraw-0.15-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/ufraw/ufraw-0.16.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/ufraw/ufraw-0.15-r1.ebuild b/media-gfx/ufraw/ufraw-0.15-r1.ebuild index 9f82373bd5a7..b3d84bfdbebc 100644 --- a/media-gfx/ufraw/ufraw-0.15-r1.ebuild +++ b/media-gfx/ufraw/ufraw-0.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild,v 1.9 2009/06/01 13:37:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild,v 1.10 2010/07/28 13:26:36 ssuominen Exp $ inherit fdo-mime gnome2-utils autotools @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="contrast exif gimp gnome openmp timezone" RDEPEND="media-libs/jpeg - >=media-libs/lcms-1.13 + =media-libs/lcms-1* media-libs/tiff >=x11-libs/gtk+-2.4.0 exif? ( >=media-libs/libexif-0.6.13 diff --git a/media-gfx/ufraw/ufraw-0.16.ebuild b/media-gfx/ufraw/ufraw-0.16.ebuild index 0abfac39ee3b..82499a18f956 100644 --- a/media-gfx/ufraw/ufraw-0.16.ebuild +++ b/media-gfx/ufraw/ufraw-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.16.ebuild,v 1.14 2010/01/31 17:45:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.16.ebuild,v 1.15 2010/07/28 13:26:36 ssuominen Exp $ EAPI=2 inherit fdo-mime gnome2-utils @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-freebsd ~amd64-l IUSE="contrast exif lensfun gimp gnome gtk hotpixels openmp timezone" RDEPEND="media-libs/jpeg - >=media-libs/lcms-1.13 + =media-libs/lcms-1* media-libs/tiff exif? ( >=media-gfx/exiv2-0.11 ) gnome? ( gnome-base/gconf ) |