]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - media-plugins/gimp-plugin-export-layers/gimp-plugin-export-layers-3.3.1-r3.ebuild
gimp-python et al: Avoid python-exec dependency.
[gentoo-draconx.git] / media-plugins / gimp-plugin-export-layers / gimp-plugin-export-layers-3.3.1-r3.ebuild
similarity index 92%
rename from media-plugins/gimp-plugin-export-layers/gimp-plugin-export-layers-3.3.1-r2.ebuild
rename to media-plugins/gimp-plugin-export-layers/gimp-plugin-export-layers-3.3.1-r3.ebuild
index 8a1403e70b6ae933b6b95c1e67414c5f16aa07b1..64282d25070caeec3f2605ddaa016d7b2bb4f19b 100644 (file)
@@ -1,5 +1,4 @@
 # Copyright © 2020-2021 Nick Bowler
-#
 # License GPLv3+: GNU General Public License version 3 or any later version.
 # This is free software: you are free to change and redistribute it.
 # There is NO WARRANTY, to the extent permitted by law.
@@ -9,7 +8,7 @@ EAPI=7
 _PYTHON_ALLOW_PY27=1
 PYTHON_COMPAT=( python2_7 )
 
-inherit python-single-r1 multilib
+inherit python-single-r1
 
 DESCRIPTION="GIMP plug-in that exports layers as separate images"
 HOMEPAGE="https://khalim19.github.io/gimp-plugin-export-layers/"
@@ -20,8 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 REQUIRED_USE=$PYTHON_REQUIRED_USE
 
-DEPEND=$PYTHON_DEPS
-RDEPEND="$DEPEND
+RDEPEND="dev-lang/python:2.7
        || (
                media-plugins/gimp-python[$PYTHON_SINGLE_USEDEP]
                media-gfx/gimp[python(-),$PYTHON_SINGLE_USEDEP] )"