diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-12-21 15:59:57 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-12-21 15:59:57 +0200 |
commit | 5d3106e1b8df4c209a8aab2ff7b9f376b0102f9d (patch) | |
tree | a54ac46ea4d66f8b5d5cf28962db4cba481c7281 /x11-themes | |
parent | x11-themes/mate-backgrounds: unkeyword (diff) | |
download | gentoo-5d3106e1b8df4c209a8aab2ff7b9f376b0102f9d.tar.gz gentoo-5d3106e1b8df4c209a8aab2ff7b9f376b0102f9d.tar.bz2 gentoo-5d3106e1b8df4c209a8aab2ff7b9f376b0102f9d.zip |
x11-themes/mate-backgrounds: unkeyword 1.27.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild index e2ae4a3c70c3..d043c16dd7bd 100644 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild @@ -7,9 +7,13 @@ inherit mate MINOR=$((ver_cut 2) % 2) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +else + KEYWORDS="" fi +KEYWORDS="" + DESCRIPTION="A set of backgrounds packaged with the MATE desktop" LICENSE="CC-BY-SA-4.0 GPL-2+" SLOT="0" |