diff options
author | 2011-11-14 11:22:34 +0000 | |
---|---|---|
committer | 2011-11-14 11:22:34 +0000 | |
commit | a1459ac0509b08686bbc4bb18233d1ef9529f959 (patch) | |
tree | bc4541059f188108974a9e8fa6306c468be68893 /dev-libs/Ice/Ice-3.4.1.ebuild | |
parent | QA: cxx conditional was broken, fix it. (diff) | |
download | gentoo-2-a1459ac0509b08686bbc4bb18233d1ef9529f959.tar.gz gentoo-2-a1459ac0509b08686bbc4bb18233d1ef9529f959.tar.bz2 gentoo-2-a1459ac0509b08686bbc4bb18233d1ef9529f959.zip |
QA: cxx conditional was broken, fix it.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/Ice/Ice-3.4.1.ebuild')
-rw-r--r-- | dev-libs/Ice/Ice-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/Ice/Ice-3.4.1.ebuild b/dev-libs/Ice/Ice-3.4.1.ebuild index 66d9ab7ab587..f9953656c992 100644 --- a/dev-libs/Ice/Ice-3.4.1.ebuild +++ b/dev-libs/Ice/Ice-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.1.ebuild,v 1.4 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.1.ebuild,v 1.5 2011/11/14 11:22:34 flameeyes Exp $ EAPI="2" @@ -24,7 +24,7 @@ IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o - || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) + >=sys-libs/db-4.8.30:4.8[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( $(ruby_implementation_depend ruby18) ) mono? ( dev-lang/mono ) |