diff options
author | 2017-04-20 17:51:20 +0200 | |
---|---|---|
committer | 2017-04-20 18:39:22 +0200 | |
commit | b9b7ce746403acaf96bd496bdc178bffd3aa29b0 (patch) | |
tree | b4098516f512c7996e38b9b1588e4b45c1ccdc3e /sci-mathematics | |
parent | sci-mathematics/cado-nfs: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b9b7ce746403acaf96bd496bdc178bffd3aa29b0.tar.gz gentoo-b9b7ce746403acaf96bd496bdc178bffd3aa29b0.tar.bz2 gentoo-b9b7ce746403acaf96bd496bdc178bffd3aa29b0.zip |
sci-mathematics/kodkod: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 4c2b2603d790..33f6ca4a7bc9 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 32d46d278ee8..230c75396a8e 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} |