diff options
Diffstat (limited to 'dev-libs/protobuf/protobuf-2.0.1.ebuild')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/protobuf/protobuf-2.0.1.ebuild b/dev-libs/protobuf/protobuf-2.0.1.ebuild index 49033e77d773..73f44bb97db5 100644 --- a/dev-libs/protobuf/protobuf-2.0.1.ebuild +++ b/dev-libs/protobuf/protobuf-2.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.0.1.ebuild,v 1.2 2008/10/30 14:22:14 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.0.1.ebuild,v 1.3 2009/05/18 19:01:49 spock Exp $ inherit eutils distutils python java-pkg-opt-2 @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples java python vim-syntax" -DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 )" +DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 ) + python? ( dev-python/setuptools )" RDEPEND="${RDEPEND} java? ( >=virtual/jre-1.5 )" S="${WORKDIR}/${MY_P}" |