diff options
author | Sam James <sam@gentoo.org> | 2023-04-20 22:26:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-20 22:26:24 +0100 |
commit | 808d58e233e4048ad2827f6c237dd2a15b507add (patch) | |
tree | f1d8e14413899fff23063baaf6eb415f2f7db6a6 /media-libs | |
parent | net-im/tokodon: Keyword 23.03.90 x86, #904415 (diff) | |
download | gentoo-808d58e233e4048ad2827f6c237dd2a15b507add.tar.gz gentoo-808d58e233e4048ad2827f6c237dd2a15b507add.tar.bz2 gentoo-808d58e233e4048ad2827f6c237dd2a15b507add.zip |
media-libs/kquickimageeditor: Keyword 0.2.0 x86, #904415
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/kquickimageeditor/kquickimageeditor-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.2.0.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.2.0.ebuild index b2795d580be2..0adfaa62c5f0 100644 --- a/media-libs/kquickimageeditor/kquickimageeditor-0.2.0.ebuild +++ b/media-libs/kquickimageeditor/kquickimageeditor-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ https://api.kde.org/kquickimageeditor/html/index.html" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1+" |