diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:58:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:39:35 +0200 |
commit | 6db88132004cfa8a84d136875e6d1229a50d7870 (patch) | |
tree | e8a6c88f1017902651b46ae9705ccafdcf3ed6a0 /sci-mathematics | |
parent | sci-mathematics/nusmv: [QA] Add missing python metadata variables (diff) | |
download | gentoo-6db88132004cfa8a84d136875e6d1229a50d7870.tar.gz gentoo-6db88132004cfa8a84d136875e6d1229a50d7870.tar.bz2 gentoo-6db88132004cfa8a84d136875e6d1229a50d7870.zip |
sci-mathematics/singular: [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/singular/singular-3.1.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/singular/singular-3.1.6.ebuild b/sci-mathematics/singular/singular-3.1.6.ebuild index c7ba972a524a..1aaa72907608 100644 --- a/sci-mathematics/singular/singular-3.1.6.ebuild +++ b/sci-mathematics/singular/singular-3.1.6.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 @@ -25,11 +25,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="boost doc emacs examples python readline test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/gmp:0= dev-libs/ntl:0= emacs? ( >=virtual/emacs-22 ) + python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:0= )" DEPEND="${RDEPEND} dev-lang/perl |