diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 11:09:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:24:15 +0200 |
commit | 4ccde6f3aac207b9961e340fbf6cd91d17f1f711 (patch) | |
tree | f2643b958da2ee7518377f8115c677f87848bddc /games-util | |
parent | games-sports/ski: [QA] Add missing python metadata variables (diff) | |
download | gentoo-4ccde6f3aac207b9961e340fbf6cd91d17f1f711.tar.gz gentoo-4ccde6f3aac207b9961e340fbf6cd91d17f1f711.tar.bz2 gentoo-4ccde6f3aac207b9961e340fbf6cd91d17f1f711.zip |
games-util/pyfa: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/pyfa/pyfa-1.21.3.ebuild | 3 | ||||
-rw-r--r-- | games-util/pyfa/pyfa-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-util/pyfa/pyfa-1.21.3.ebuild b/games-util/pyfa/pyfa-1.21.3.ebuild index c30b0251470b..ea133f7beb13 100644 --- a/games-util/pyfa/pyfa-1.21.3.ebuild +++ b/games-util/pyfa/pyfa-1.21.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,6 +21,7 @@ else KEYWORDS="~amd64 ~arm ~x86" fi IUSE="+graph" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild index cb7aca83e36f..2fa0e26c3620 100644 --- a/games-util/pyfa/pyfa-9999.ebuild +++ b/games-util/pyfa/pyfa-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,6 +21,7 @@ else KEYWORDS="~amd64 ~arm ~x86" fi IUSE="+graph" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] |