diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-28 01:15:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-28 01:15:00 +0000 |
commit | 4652c799eab9060a6e59f94df1db092ea359c58a (patch) | |
tree | eaa9cf67ba3b5d273ce4017b4732fdf403444e94 /sci-calculators/units | |
parent | Remove older unstables (diff) | |
download | gentoo-2-4652c799eab9060a6e59f94df1db092ea359c58a.tar.gz gentoo-2-4652c799eab9060a6e59f94df1db092ea359c58a.tar.bz2 gentoo-2-4652c799eab9060a6e59f94df1db092ea359c58a.zip |
Add PYTHON_DEPS to RDEPEND.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-calculators/units')
-rw-r--r-- | sci-calculators/units/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/units/units-2.10.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-calculators/units/ChangeLog b/sci-calculators/units/ChangeLog index 47f1cf8f2d16..694d40588348 100644 --- a/sci-calculators/units/ChangeLog +++ b/sci-calculators/units/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/units # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.68 2014/03/27 20:01:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.69 2014/03/28 01:15:00 jer Exp $ + + 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> units-2.10.ebuild: + Add PYTHON_DEPS to RDEPEND. *units-2.10 (27 Mar 2014) diff --git a/sci-calculators/units/units-2.10.ebuild b/sci-calculators/units/units-2.10.ebuild index 84cf480e8b0a..ffd1a8459042 100644 --- a/sci-calculators/units/units-2.10.ebuild +++ b/sci-calculators/units/units-2.10.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/sci-calculators/units/units-2.10.ebuild,v 1.1 2014/03/27 20:01:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.10.ebuild,v 1.2 2014/03/28 01:15:00 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -20,11 +20,14 @@ DEPEND=" >=sys-libs/readline-4.1-r2 units_cur? ( dev-lang/python-exec:2 - dev-python/unidecode[${PYTHON_USEDEP}] ) " RDEPEND=" ${DEPEND} + units_cur? ( + dev-python/unidecode[${PYTHON_USEDEP}] + ${PYTHON_DEPS} + ) " DOCS=( ChangeLog NEWS README ) |