Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/plasma-wayland-protocols/
Date: Thu, 04 Jun 2020 14:04:02
Message-Id: 1591279413.79f0ae61c35ed6645bdcab60080720b21337e3d5.asturm@gentoo
1 commit: 79f0ae61c35ed6645bdcab60080720b21337e3d5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 14:03:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 14:03:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f0ae61
7
8 dev-libs/plasma-wayland-protocols: Add ~arm, ~arm64, ~x86 keywords
9
10 No compiling going on, only installing protocol files broken out of KF5Wayland.
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild
19 index e4bd9fe14bd..d5505ca30ef 100644
20 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild
21 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild
22 @@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
23
24 if [[ ${KDE_BUILD_TYPE} = release ]]; then
25 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
26 - KEYWORDS="~amd64 ~ppc64"
27 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
28 fi
29
30 LICENSE="LGPL-2.1"