Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
Date: Sun, 09 Feb 2020 16:25:28
Message-Id: 1581265321.e3eb6e32a0bf6a778da699ab94489f8f8fc32463.mgorny@gentoo
1 commit: e3eb6e32a0bf6a778da699ab94489f8f8fc32463
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:10:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:22:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eb6e32
7
8 games-rpg/wastesedge: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{wastesedge-0.3.5-r1.ebuild => wastesedge-0.3.5-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
16 similarity index 89%
17 rename from games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
18 rename to games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
19 index 380732ee998..48a424de17d 100644
20 --- a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
21 +++ b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29 RESTRICT="userpriv"
30
31 RDEPEND="${PYTHON_DEPS}
32 - >=games-rpg/adonthell-0.3.5-r2[${PYTHON_USEDEP}]
33 + >=games-rpg/adonthell-0.3.5-r2[${PYTHON_SINGLE_USEDEP}]
34 nls? ( virtual/libintl )"
35 DEPEND="${RDEPEND}
36 nls? ( sys-devel/gettext )"