diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-03-31 17:55:31 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-03-31 17:55:31 +0000 |
commit | 828f9c51409a29b712a545ccf7ad7f05d292b4e1 (patch) | |
tree | 5ef2c722dcaf9318f11ee47566a280a0a431e336 /games-util/pyfa/pyfa-1.1.12.ebuild | |
parent | Stable for amd64, wrt bug #448254 (diff) | |
download | gentoo-2-828f9c51409a29b712a545ccf7ad7f05d292b4e1.tar.gz gentoo-2-828f9c51409a29b712a545ccf7ad7f05d292b4e1.tar.bz2 gentoo-2-828f9c51409a29b712a545ccf7ad7f05d292b4e1.zip |
Bump, adds Retribution 1.1.6 updates and various fixes. Update python use deps. Drop old.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'games-util/pyfa/pyfa-1.1.12.ebuild')
-rw-r--r-- | games-util/pyfa/pyfa-1.1.12.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-util/pyfa/pyfa-1.1.12.ebuild b/games-util/pyfa/pyfa-1.1.12.ebuild index e9c2feacbe63..e4a8bb86afab 100644 --- a/games-util/pyfa/pyfa-1.1.12.ebuild +++ b/games-util/pyfa/pyfa-1.1.12.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/games-util/pyfa/pyfa-1.1.12.ebuild,v 1.2 2013/02/07 22:20:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.12.ebuild,v 1.3 2013/03/31 17:55:31 tetromino Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -25,9 +25,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+graph" -RDEPEND="dev-python/sqlalchemy - dev-python/wxpython:2.8 - graph? ( dev-python/matplotlib[wxwidgets] dev-python/numpy ) +RDEPEND="dev-python/sqlalchemy[${PYTHON_USEDEP}] + dev-python/wxpython:2.8[${PYTHON_USEDEP}] + graph? ( + dev-python/matplotlib[wxwidgets,${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] ) ${PYTHON_DEPS}" DEPEND="app-text/dos2unix ${PYTHON_DEPS}" |