commit:     b9b7ce746403acaf96bd496bdc178bffd3aa29b0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 15:51:20 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:39:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b7ce74

sci-mathematics/kodkod: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild | 4 +++-
 sci-mathematics/kodkod/kodkod-1.5.2.ebuild    | 6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild 
b/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild
index 4c2b2603d79..33f6ca4a7bc 100644
--- a/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild
+++ b/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild
@@ -13,12 +13,14 @@ DESCRIPTION="a constraint solver for relational logic"
 HOMEPAGE="http://alloy.mit.edu/kodkod/index.html";
 SRC_URI="http://alloy.mit.edu/kodkod/${PV}/${P}.zip
        https://waf.googlecode.com/files/waf-1.7.16";
+
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEP=""
+COMMON_DEP="${PYTHON_DEPS}"
 RDEPEND="${COMMON_DEP}
        >=virtual/jre-1.6"
 DEPEND="${COMMON_DEP}

diff --git a/sci-mathematics/kodkod/kodkod-1.5.2.ebuild 
b/sci-mathematics/kodkod/kodkod-1.5.2.ebuild
index 32d46d278ee..230c75396a8 100644
--- a/sci-mathematics/kodkod/kodkod-1.5.2.ebuild
+++ b/sci-mathematics/kodkod/kodkod-1.5.2.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"
@@ -13,12 +13,14 @@ DESCRIPTION="a constraint solver for relational logic"
 HOMEPAGE="http://alloy.mit.edu/kodkod/index.html";
 SRC_URI="http://alloy.mit.edu/kodkod/${PV}/${P}.zip
        https://waf.googlecode.com/files/waf-1.7.16";
+
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEP=""
+COMMON_DEP="${PYTHON_DEPS}"
 RDEPEND="${COMMON_DEP}
        >=virtual/jre-1.6"
 DEPEND="${COMMON_DEP}

Reply via email to