net-irc/quassel: add ~ppc64 keyword
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 20 May 2020 02:49:31 +0000 (19:49 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 20 May 2020 02:50:03 +0000 (19:50 -0700)
both client and server work fine

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
net-irc/quassel/quassel-0.13.1-r2.ebuild

index a5e136f8ab7fa3e5f1ef09b221a3cf062d839345..d418a0d39a558284e1cdf9c04064412020d75d62 100644 (file)
@@ -8,7 +8,7 @@ inherit cmake xdg-utils pax-utils systemd
 if [[ ${PV} != *9999* ]]; then
        MY_P=${PN}-${PV/_/-}
        SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2"
-       KEYWORDS="amd64 ~arm x86 ~amd64-linux ~sparc-solaris"
+       KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~sparc-solaris"
        S="${WORKDIR}/${MY_P}"
 else
        EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )