diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-21 10:30:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-21 10:30:16 +0000 |
commit | e3e43b535ec623804896a8576929a0ba5b7b87a0 (patch) | |
tree | 5cf7dd09d1a924a85adc92e82465f2641e19f89d /sci-libs/libecwj2/libecwj2-3.3-r1.ebuild | |
parent | Restrict media-libs/lcms depend to old version. (diff) | |
download | gentoo-2-e3e43b535ec623804896a8576929a0ba5b7b87a0.tar.gz gentoo-2-e3e43b535ec623804896a8576929a0ba5b7b87a0.tar.bz2 gentoo-2-e3e43b535ec623804896a8576929a0ba5b7b87a0.zip |
Restrict media-libs/lcms depend to old version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libecwj2/libecwj2-3.3-r1.ebuild')
-rw-r--r-- | sci-libs/libecwj2/libecwj2-3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild b/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild index 77d944c17e55..a47157f9cbbc 100644 --- a/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild +++ b/sci-libs/libecwj2/libecwj2-3.3-r1.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/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild,v 1.2 2010/05/30 17:21:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild,v 1.3 2010/06/21 10:30:16 ssuominen Exp $ EAPI=2 inherit eutils autotools @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="doc examples" -RDEPEND="media-libs/lcms" +RDEPEND="=media-libs/lcms-1*" DEPEND="${RDEPEND} app-arch/unzip" |