diff options
author | 2013-04-24 21:16:06 +0000 | |
---|---|---|
committer | 2013-04-24 21:16:06 +0000 | |
commit | dee3f2209aad6f2af9da387cdfc645c7e7539c02 (patch) | |
tree | 76b10294b2e2bc481aa5f4f77bf1d9e5ad186765 /virtual | |
parent | Propagate use dependencies (diff) | |
download | gentoo-2-dee3f2209aad6f2af9da387cdfc645c7e7539c02.tar.gz gentoo-2-dee3f2209aad6f2af9da387cdfc645c7e7539c02.tar.bz2 gentoo-2-dee3f2209aad6f2af9da387cdfc645c7e7539c02.zip |
Propagate use dependencies
(Portage version: 2.2.01.21890-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pywcs/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/pywcs/pywcs-0.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/pywcs/ChangeLog b/virtual/pywcs/ChangeLog index 01dc35079c1f..841b615d136b 100644 --- a/virtual/pywcs/ChangeLog +++ b/virtual/pywcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pywcs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pywcs/ChangeLog,v 1.1 2013/04/24 20:46:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pywcs/ChangeLog,v 1.2 2013/04/24 21:16:06 bicatali Exp $ + + 24 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> pywcs-0.ebuild: + Propagate use dependencies *pywcs-0 (24 Apr 2013) diff --git a/virtual/pywcs/pywcs-0.ebuild b/virtual/pywcs/pywcs-0.ebuild index 82cee0116758..b7e155495c00 100644 --- a/virtual/pywcs/pywcs-0.ebuild +++ b/virtual/pywcs/pywcs-0.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/virtual/pywcs/pywcs-0.ebuild,v 1.1 2013/04/24 20:46:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pywcs/pywcs-0.ebuild,v 1.2 2013/04/24 21:16:06 bicatali Exp $ EAPI=5 @@ -17,4 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="|| ( >=dev-python/pywcs-1.11 >=dev-python/astropy-0.2 )" +RDEPEND="|| ( + >=dev-python/pywcs-1.11[${PYTHON_USEDEP}] + >=dev-python/astropy-0.2[${PYTHON_USEDEP}] + )" |