diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 15:10:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:22:01 +0100 |
commit | e3eb6e32a0bf6a778da699ab94489f8f8fc32463 (patch) | |
tree | 91d49690fad5f6717d6ef5b0e446cf8bc36fe387 /games-rpg/wastesedge | |
parent | games-puzzle/pathological: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-e3eb6e32a0bf6a778da699ab94489f8f8fc32463.tar.gz gentoo-e3eb6e32a0bf6a778da699ab94489f8f8fc32463.tar.bz2 gentoo-e3eb6e32a0bf6a778da699ab94489f8f8fc32463.zip |
games-rpg/wastesedge: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-rpg/wastesedge')
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild (renamed from games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild index 380732ee9982..48a424de17da 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="userpriv" RDEPEND="${PYTHON_DEPS} - >=games-rpg/adonthell-0.3.5-r2[${PYTHON_USEDEP}] + >=games-rpg/adonthell-0.3.5-r2[${PYTHON_SINGLE_USEDEP}] nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |