commit: 762d6fdaaefebf83045abb375fc493d2af95184a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:00:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762d6fda
dev-util/bakefile: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-util/bakefile/bakefile-0.2.9-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
index 2fd0112e265..6c9d3f6e360 100644
--- a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
+++ b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,8 +15,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
DEPEND=""
src_install () {