From c95e3384c4d2d5cc16e4c34e6df1f30136f199f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 17:47:42 +0100 Subject: [PATCH] media-plugins/gimp-resynthesizer: Switch to PYTHON_SINGLE_USEDEP MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...zer-2.0.3-r1.ebuild => gimp-resynthesizer-2.0.3-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-plugins/gimp-resynthesizer/{gimp-resynthesizer-2.0.3-r1.ebuild => gimp-resynthesizer-2.0.3-r2.ebuild} (86%) 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 similarity index 86% rename from media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild rename to 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}" -- 2.26.2