diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 08:48:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 08:48:26 +0200 |
commit | 43b06bcd4bf06444473e7771e8cf52784f21ccf4 (patch) | |
tree | 6e37efe8f536a25829c4cab1e96ea2fe0b06689f /sci-chemistry/azara | |
parent | kde-frameworks/knotifications: Really drop 5.33.0 (r0) (diff) | |
download | gentoo-43b06bcd4bf06444473e7771e8cf52784f21ccf4.tar.gz gentoo-43b06bcd4bf06444473e7771e8cf52784f21ccf4.tar.bz2 gentoo-43b06bcd4bf06444473e7771e8cf52784f21ccf4.zip |
sci-chemistry/azara: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-chemistry/azara')
-rw-r--r-- | sci-chemistry/azara/azara-2.8-r5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/azara/azara-2.8-r5.ebuild b/sci-chemistry/azara/azara-2.8-r5.ebuild index a5152888974b..4403482cf77e 100644 --- a/sci-chemistry/azara/azara-2.8-r5.ebuild +++ b/sci-chemistry/azara/azara-2.8-r5.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 @@ -15,10 +15,12 @@ LICENSE="AZARA" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="xpm X" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" x11-libs/libX11 x11-libs/motif:0 + ${PYTHON_DEPS} xpm? ( x11-libs/libXpm )" DEPEND="${RDEPEND}" |