diff options
author | 2024-01-12 10:17:49 +0200 | |
---|---|---|
committer | 2024-01-12 10:17:49 +0200 | |
commit | d50a435e10d1e3b9adce471233c127cb5536eef7 (patch) | |
tree | 34b68d80758a83bbb3415be5dc66ad1555aa5248 /dev-libs/plasma-wayland-protocols | |
parent | kde-misc/kdiff3: Stabilize 1.10.7 x86, #921832 (diff) | |
download | gentoo-d50a435e10d1e3b9adce471233c127cb5536eef7.tar.gz gentoo-d50a435e10d1e3b9adce471233c127cb5536eef7.tar.bz2 gentoo-d50a435e10d1e3b9adce471233c127cb5536eef7.zip |
dev-libs/plasma-wayland-protocols: Stabilize 1.12.0 arm64, #921833
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/plasma-wayland-protocols')
-rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.12.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.12.0.ebuild index 0f65569f83cd..072c23967b2e 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.12.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1" |