aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-10-15 15:29:06 +0200
committerJustin Lecher <jlec@gentoo.org>2013-10-15 19:17:08 +0200
commitc78db690b025b288a7ccd8a9b41eec5ccdaf22b0 (patch)
tree58b86484ae720e54a8a7d7ed9ec9632d54820c9d
parentdev-python/opal-client: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE (diff)
downloadsci-c78db690b025b288a7ccd8a9b41eec5ccdaf22b0.tar.gz
sci-c78db690b025b288a7ccd8a9b41eec5ccdaf22b0.tar.bz2
sci-c78db690b025b288a7ccd8a9b41eec5ccdaf22b0.zip
sci-chemistry/pymol-plugins-ezviz: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE
Package-Manager: portage-2.2.7
-rw-r--r--sci-chemistry/pymol-plugins-ezviz/ChangeLog4
-rw-r--r--sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild6
2 files changed, 9 insertions, 1 deletions
diff --git a/sci-chemistry/pymol-plugins-ezviz/ChangeLog b/sci-chemistry/pymol-plugins-ezviz/ChangeLog
index 750b872ab..bacf4e570 100644
--- a/sci-chemistry/pymol-plugins-ezviz/ChangeLog
+++ b/sci-chemistry/pymol-plugins-ezviz/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/sci-chemistry/pymol-plugins-ezviz/ChangeLog,v 1.2 2010/04/08 18:47:57 jlec dead $
+ 15 Oct 2013; Justin Lecher <jlec@gentoo.org>
+ pymol-plugins-ezviz-1.0.2005-r1.ebuild:
+ Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE
+
02 Jul 2013; Justin Lecher <jlec@gentoo.org>
-pymol-plugins-ezviz-1.0.2005.ebuild,
+pymol-plugins-ezviz-1.0.2005-r1.ebuild:
diff --git a/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild b/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild
index fca4adf0e..59c3f6c1b 100644
--- a/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild
+++ b/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild
@@ -17,7 +17,11 @@ LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-RDEPEND="sci-chemistry/pymol[${PYTHON_USEDEP}]"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ sci-chemistry/pymol[${PYTHON_USEDEP}]"
DEPEND="app-arch/unzip"
S="${WORKDIR}/EZ_Viz Folder"