diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-09-06 18:03:17 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-09-06 18:03:17 +0000 |
commit | d946e0061337f54d416f41f2329f2f4de32b4860 (patch) | |
tree | d527a47257a54035d1ff7a1966f630bfcaf1ab0e /dev-libs/protobuf | |
parent | Mask USE-flag hdf on dev-perl/PDL (diff) | |
download | gentoo-2-d946e0061337f54d416f41f2329f2f4de32b4860.tar.gz gentoo-2-d946e0061337f54d416f41f2329f2f4de32b4860.tar.bz2 gentoo-2-d946e0061337f54d416f41f2329f2f4de32b4860.zip |
Add missing setuptools dep for python support (bug #479678 by hasufell).
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index e108169fc112..2fed77e926ce 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.52 2013/09/05 18:29:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.53 2013/09/06 18:03:17 radhermit Exp $ + + 06 Sep 2013; Tim Harder <radhermit@gentoo.org> protobuf-2.5.0.ebuild: + Add missing setuptools dep for python support (bug #479678 by hasufell). 05 Sep 2013; Michał Górny <mgorny@gentoo.org> protobuf-2.5.0.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-libs/protobuf/protobuf-2.5.0.ebuild b/dev-libs/protobuf/protobuf-2.5.0.ebuild index dcdffb826bc7..77d3f05c8428 100644 --- a/dev-libs/protobuf/protobuf-2.5.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.4 2013/09/05 18:29:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.5 2013/09/06 18:03:17 radhermit Exp $ EAPI=5 JAVA_PKG_IUSE="source" @@ -21,7 +21,8 @@ IUSE="emacs examples java python static-libs vim-syntax" CDEPEND="emacs? ( virtual/emacs ) python? ( ${PYTHON_DEPS} )" DEPEND="${CDEPEND} - java? ( >=virtual/jdk-1.5 )" + java? ( >=virtual/jdk-1.5 ) + python? ( dev-python/setuptools[${PYTHON_USEDEP}] )" RDEPEND="${CDEPEND} java? ( >=virtual/jre-1.5 )" |