diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-06-29 09:39:36 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-06-29 09:39:36 +0000 |
commit | ea3e8b8c23c5a08df46dbe63a7c581d0593287da (patch) | |
tree | 1b0c6cc0b94e8a5ce9990654d031e38ffefc0a7b /dev-util/molecule | |
parent | stable x86, bug 325875 (diff) | |
download | gentoo-2-ea3e8b8c23c5a08df46dbe63a7c581d0593287da.tar.gz gentoo-2-ea3e8b8c23c5a08df46dbe63a7c581d0593287da.tar.bz2 gentoo-2-ea3e8b8c23c5a08df46dbe63a7c581d0593287da.zip |
fix PYTHON_DEPEND, works with Python 3.x
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/molecule')
-rw-r--r-- | dev-util/molecule/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/molecule/molecule-0.9.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/molecule/ChangeLog b/dev-util/molecule/ChangeLog index 994423677d7e..a33072c94c17 100644 --- a/dev-util/molecule/ChangeLog +++ b/dev-util/molecule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/molecule # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.5 2010/06/29 09:33:40 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.6 2010/06/29 09:39:36 lxnay Exp $ + + 29 Jun 2010; Fabio Erculiani <lxnay@gentoo.org> molecule-0.9.10.3.ebuild: + fix PYTHON_DEPEND, works with Python 3.x *molecule-0.9.10.3 (29 Jun 2010) diff --git a/dev-util/molecule/molecule-0.9.10.3.ebuild b/dev-util/molecule/molecule-0.9.10.3.ebuild index 49afc59c563e..f9347355903b 100644 --- a/dev-util/molecule/molecule-0.9.10.3.ebuild +++ b/dev-util/molecule/molecule-0.9.10.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.10.3.ebuild,v 1.2 2010/06/29 09:34:58 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.10.3.ebuild,v 1.3 2010/06/29 09:39:36 lxnay Exp $ EAPI="2" -PYTHON_DEPEND="2" +PYTHON_DEPEND="*" inherit multilib python |