diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 17:47:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:31:17 +0100 |
commit | c95e3384c4d2d5cc16e4c34e6df1f30136f199f8 (patch) | |
tree | c84508ff1489ef3b01abf5acfc74a9f527004463 /media-plugins/gimp-resynthesizer | |
parent | dev-db/mongodb: version bump (diff) | |
download | gentoo-c95e3384c4d2d5cc16e4c34e6df1f30136f199f8.tar.gz gentoo-c95e3384c4d2d5cc16e4c34e6df1f30136f199f8.tar.bz2 gentoo-c95e3384c4d2d5cc16e4c34e6df1f30136f199f8.zip |
media-plugins/gimp-resynthesizer: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins/gimp-resynthesizer')
-rw-r--r-- | media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild (renamed from media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 092dbe2cbe71..3d8ce22e9b37 100644 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND="media-gfx/gimp virtual/pkgconfig ${PYTHON_DEPS}" -RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}] +RDEPEND="media-gfx/gimp[python,${PYTHON_SINGLE_USEDEP}] ${PYTHON_DEPS}" S="${WORKDIR}/${MY_P}" |