diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-01 02:26:56 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-01 02:26:56 +0200 |
commit | 38ed69d970347b1e96c6afe8831c90d6d9793567 (patch) | |
tree | 0108654658209b9bd0e2a6388c8835858f18cccf /app-editors | |
parent | dev-libs/libgit2: remove no longer needed strict-aliasing workaround (diff) | |
download | gentoo-38ed69d970347b1e96c6afe8831c90d6d9793567.tar.gz gentoo-38ed69d970347b1e96c6afe8831c90d6d9793567.tar.bz2 gentoo-38ed69d970347b1e96c6afe8831c90d6d9793567.zip |
app-editors/pluma-plugins: Stabilize 1.28.0 amd64, #936986
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild index dc949ef42832..d8954783161c 100644 --- a/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild +++ b/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{9..12} ) inherit mate python-single-r1 if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="A set of plugins for Pluma, the MATE text editor." |