summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2023-12-21 09:13:33 +0000
committerSam James <sam@gentoo.org>2023-12-21 11:49:47 +0000
commit1351ba3350e8706c0c280a76c1f1541668a291a8 (patch)
tree425bba7426e937f016f6f562bdce6a1b07643547 /app-editors
parentx11-themes/mate-icon-theme: add 1.27.0 (diff)
downloadgentoo-1351ba3350e8706c0c280a76c1f1541668a291a8.tar.gz
gentoo-1351ba3350e8706c0c280a76c1f1541668a291a8.tar.bz2
gentoo-1351ba3350e8706c0c280a76c1f1541668a291a8.zip
*/*: unkeyword 1.27
Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34340 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/pluma/pluma-1.27.0.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/pluma/pluma-1.27.0.ebuild b/app-editors/pluma/pluma-1.27.0.ebuild
index 1b83674dfde5..7e92c61c83a8 100644
--- a/app-editors/pluma/pluma-1.27.0.ebuild
+++ b/app-editors/pluma/pluma-1.27.0.ebuild
@@ -9,9 +9,15 @@ inherit mate python-single-r1 virtualx
DESCRIPTION="Pluma text editor for the MATE desktop"
+MINOR=$((ver_cut 2) % 2)
+if [[ ${MINOR} -eq 0 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+else
+ KEYWORDS=""
+fi
+
LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+SLOT=0
IUSE="+introspection spell test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="!test? ( test )"