diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 10:44:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:23:01 +0200 |
commit | 505f5ff251c3b1c9ccd56f724fecec12bb972fa3 (patch) | |
tree | d7d2f09ffab3c0575331f09905c35d61b72bd004 /dev-libs/protobuf/protobuf-2.5.0-r2.ebuild | |
parent | dev-libs/mongo-c-driver: [QA] Add missing python metadata variables (diff) | |
download | gentoo-505f5ff251c3b1c9ccd56f724fecec12bb972fa3.tar.gz gentoo-505f5ff251c3b1c9ccd56f724fecec12bb972fa3.tar.bz2 gentoo-505f5ff251c3b1c9ccd56f724fecec12bb972fa3.zip |
dev-libs/protobuf: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/protobuf/protobuf-2.5.0-r2.ebuild')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild b/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild index ade6ac794551..f13799b4c143 100644 --- a/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,7 @@ LICENSE="Apache-2.0" SLOT="0/8" # subslot = soname major version KEYWORDS="amd64 arm -hppa ~ia64 ~mips ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="emacs examples java python static-libs vim-syntax" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" CDEPEND="emacs? ( virtual/emacs ) python? ( ${PYTHON_DEPS} )" |