diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 22:42:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:48:15 +0200 |
commit | b207040b8b32e4c58754bd630ffdc3b4d6c7d8e0 (patch) | |
tree | 5a123cbba79da5de0f76db4b98e79c6f3018b512 /dev-vcs/pwclient | |
parent | dev-vcs/hg-fast-export: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b207040b8b32e4c58754bd630ffdc3b4d6c7d8e0.tar.gz gentoo-b207040b8b32e4c58754bd630ffdc3b4d6c7d8e0.tar.bz2 gentoo-b207040b8b32e4c58754bd630ffdc3b4d6c7d8e0.zip |
dev-vcs/pwclient: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/pwclient')
-rw-r--r-- | dev-vcs/pwclient/pwclient-20141110122616.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-vcs/pwclient/pwclient-20141110122616.ebuild b/dev-vcs/pwclient/pwclient-20141110122616.ebuild index 9f6c1703f7a4..5b7e599c8f98 100644 --- a/dev-vcs/pwclient/pwclient-20141110122616.ebuild +++ b/dev-vcs/pwclient/pwclient-20141110122616.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" @@ -23,8 +23,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" S=${WORKDIR} |