diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-22 15:54:31 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-22 16:08:34 -0700 |
commit | a235e67275fdb7d6687d55df4b1e1574d82c14b8 (patch) | |
tree | 855ac60be2e6ef0e6484ebaab1b5205c03b60d0f /dev-libs | |
parent | profiles/package.mask: mask fresh binutils-config and gcc-config (diff) | |
download | gentoo-a235e67275fdb7d6687d55df4b1e1574d82c14b8.tar.gz gentoo-a235e67275fdb7d6687d55df4b1e1574d82c14b8.tar.bz2 gentoo-a235e67275fdb7d6687d55df4b1e1574d82c14b8.zip |
dev-libs/plasma-wayland-protocols: add ~ppc64 keyword
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 84be3f2814c0..e4bd9fe14bd9 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi LICENSE="LGPL-2.1" |