diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-16 02:02:33 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-16 10:44:58 -0700 |
commit | 8b61eaee2f47a31d21cce2dd45a26301b356f6b2 (patch) | |
tree | 58bccf31a7e0e5bd667a4db53083897e6d999703 /dev-libs | |
parent | media-libs/pulseaudio-qt: add ~ppc64 keyword (diff) | |
download | gentoo-8b61eaee2f47a31d21cce2dd45a26301b356f6b2.tar.gz gentoo-8b61eaee2f47a31d21cce2dd45a26301b356f6b2.tar.bz2 gentoo-8b61eaee2f47a31d21cce2dd45a26301b356f6b2.zip |
dev-libs/kpeoplevcard: add ~ppc64 keyword
100% tests passed, 0 tests failed out of 1
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild index 7d21913d4eb4..1d705d08d4ab 100644 --- a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild +++ b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/pim/kpeoplevcard" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi LICENSE="LGPL-2.1+" |