diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-19 18:02:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-19 18:02:55 +0000 |
commit | 1ea571a3ec8a122550e4788d8898ae606dd202b2 (patch) | |
tree | 7ce564687b90c89927908d80fc14c0d2975c1a42 /virtual/python-pathlib | |
parent | Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep(). (diff) | |
download | gentoo-2-1ea571a3ec8a122550e4788d8898ae606dd202b2.tar.gz gentoo-2-1ea571a3ec8a122550e4788d8898ae606dd202b2.tar.bz2 gentoo-2-1ea571a3ec8a122550e4788d8898ae606dd202b2.zip |
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/python-pathlib')
-rw-r--r-- | virtual/python-pathlib/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/virtual/python-pathlib/ChangeLog b/virtual/python-pathlib/ChangeLog index 2fe3ca3d04a9..98140c04ac36 100644 --- a/virtual/python-pathlib/ChangeLog +++ b/virtual/python-pathlib/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for virtual/python-pathlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.1 2014/03/30 21:24:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.2 2014/04/19 18:02:55 mgorny Exp $ + + 19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild: + Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep(). *python-pathlib-1.0 (30 Mar 2014) 30 Mar 2014; Julian Ospald <hasufell@gentoo.org> +python-pathlib-1.0.ebuild, +metadata.xml: initial import - diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index a7df76af8784..8d4c8cf2c5db 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.1 2014/03/30 21:24:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.2 2014/04/19 18:02:55 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -18,6 +18,5 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep \ - "dev-python/pathlib[$(python_gen_usedep python{2_7,3_2,3_3})]" \ + $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \ python{2_7,3_2,3_3})" |