diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-01 02:27:01 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-01 02:27:01 +0200 |
commit | 34e18f1fb2eefc12d9362268e1b252f3f9a3e70d (patch) | |
tree | 3baa9d3f217fab1ee61f9b80435d32a174fd6b3b /app-editors | |
parent | app-editors/pluma-plugins: Stabilize 1.28.0 amd64, #936986 (diff) | |
download | gentoo-34e18f1fb2eefc12d9362268e1b252f3f9a3e70d.tar.gz gentoo-34e18f1fb2eefc12d9362268e1b252f3f9a3e70d.tar.bz2 gentoo-34e18f1fb2eefc12d9362268e1b252f3f9a3e70d.zip |
app-editors/pluma-plugins: Stabilize 1.28.0 x86, #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 d8954783161c..b5c424fbc1f9 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." |