diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-19 19:49:31 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-19 19:50:03 -0700 |
commit | 9b790eb7ba2ed1a16a0f0d00c4b2b6044aed5f23 (patch) | |
tree | 33e9e0e59a608f85fe14a12e88543f9d1b7b4abb /net-irc | |
parent | net-misc/exabgp: revbumps, add deps on user/group packages (diff) | |
download | gentoo-9b790eb7ba2ed1a16a0f0d00c4b2b6044aed5f23.tar.gz gentoo-9b790eb7ba2ed1a16a0f0d00c4b2b6044aed5f23.tar.bz2 gentoo-9b790eb7ba2ed1a16a0f0d00c4b2b6044aed5f23.zip |
net-irc/quassel: add ~ppc64 keyword
both client and server work fine
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quassel/quassel-0.13.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/quassel/quassel-0.13.1-r2.ebuild b/net-irc/quassel/quassel-0.13.1-r2.ebuild index a5e136f8ab7f..d418a0d39a55 100644 --- a/net-irc/quassel/quassel-0.13.1-r2.ebuild +++ b/net-irc/quassel/quassel-0.13.1-r2.ebuild @@ -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}" ) |