diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2013-03-24 12:24:13 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2013-03-24 12:24:13 +0000 |
commit | 68d712cef6f6cc22c55abba6e131487e992c28d9 (patch) | |
tree | b65ab8a3085d66672b6bc6616c67e6e2c86a935b | |
parent | Version bump (diff) | |
download | gentoo-2-68d712cef6f6cc22c55abba6e131487e992c28d9.tar.gz gentoo-2-68d712cef6f6cc22c55abba6e131487e992c28d9.tar.bz2 gentoo-2-68d712cef6f6cc22c55abba6e131487e992c28d9.zip |
added $PYTHONDEPS
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
-rw-r--r-- | dev-python/cliapp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cliapp/cliapp-1.20130313.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/cliapp/ChangeLog b/dev-python/cliapp/ChangeLog index 6b512814315d..9b6c958a783a 100644 --- a/dev-python/cliapp/ChangeLog +++ b/dev-python/cliapp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cliapp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/ChangeLog,v 1.7 2013/03/24 12:20:33 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/ChangeLog,v 1.8 2013/03/24 12:24:13 mschiff Exp $ + + 24 Mar 2013; Marc Schiffbauer <mschiff@gentoo.org> cliapp-1.20130313.ebuild: + added $PYTHONDEPS *cliapp-1.20130313 (24 Mar 2013) diff --git a/dev-python/cliapp/cliapp-1.20130313.ebuild b/dev-python/cliapp/cliapp-1.20130313.ebuild index e465d91e0317..cc34659ef5ad 100644 --- a/dev-python/cliapp/cliapp-1.20130313.ebuild +++ b/dev-python/cliapp/cliapp-1.20130313.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/cliapp-1.20130313.ebuild,v 1.1 2013/03/24 12:20:33 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/cliapp-1.20130313.ebuild,v 1.2 2013/03/24 12:24:13 mschiff Exp $ EAPI=5 @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="test? ( dev-python/CoverageTestRunner )" +DEPEND="${PYTHON_DEPS} + test? ( dev-python/CoverageTestRunner )" src_test() { addwrite /proc/self/comm |