commit: e2fd08085581aa964fb4c57b0f1f2acb43494dc5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:07:14 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fd0808
dev-python/simpleeval: Drop unnecessary die
Fix run <> build time dep confusions
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/simpleeval/simpleeval-0.8.2.ebuild | 4 +---
dev-python/simpleeval/simpleeval-0.8.5.ebuild | 10 +++++-----
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/dev-python/simpleeval/simpleeval-0.8.2.ebuild
b/dev-python/simpleeval/simpleeval-0.8.2.ebuild
index 12ddb70..24e4ee1 100644
--- a/dev-python/simpleeval/simpleeval-0.8.2.ebuild
+++ b/dev-python/simpleeval/simpleeval-0.8.2.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
@@ -16,7 +17,4 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
DOCS="README.rst"
diff --git a/dev-python/simpleeval/simpleeval-0.8.5.ebuild
b/dev-python/simpleeval/simpleeval-0.8.5.ebuild
index 7a8a095..daeac38 100644
--- a/dev-python/simpleeval/simpleeval-0.8.5.ebuild
+++ b/dev-python/simpleeval/simpleeval-0.8.5.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
@@ -16,13 +17,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="
- ${DEPEND}
- dev-python/setuptools"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS="README.rst"
python_test() {
- esetup.py test || die
+ esetup.py test
}