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: media-plugins/gimp-resynthesizer/
Date: Sun, 09 Feb 2020 16:31:38
Message-Id: 1581265877.c95e3384c4d2d5cc16e4c34e6df1f30136f199f8.mgorny@gentoo
1 commit: c95e3384c4d2d5cc16e4c34e6df1f30136f199f8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:47:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95e3384
7
8 media-plugins/gimp-resynthesizer: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...synthesizer-2.0.3-r1.ebuild => gimp-resynthesizer-2.0.3-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
16 similarity index 86%
17 rename from media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
18 rename to media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
19 index 092dbe2cbe7..3d8ce22e9b3 100644
20 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
21 +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
29 DEPEND="media-gfx/gimp
30 virtual/pkgconfig
31 ${PYTHON_DEPS}"
32 -RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]
33 +RDEPEND="media-gfx/gimp[python,${PYTHON_SINGLE_USEDEP}]
34 ${PYTHON_DEPS}"
35
36 S="${WORKDIR}/${MY_P}"