diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-13 13:45:59 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-13 13:45:59 +0100 |
commit | c6f26b56d991e02405f4750ad8f56cac46937ef6 (patch) | |
tree | d50fc88b0eea84d8d34b389bc03ac5da18a47891 /net-irc | |
parent | sys-libs/libchipcard: x86 stable wrt bug #707954 (diff) | |
download | gentoo-c6f26b56d991e02405f4750ad8f56cac46937ef6.tar.gz gentoo-c6f26b56d991e02405f4750ad8f56cac46937ef6.tar.bz2 gentoo-c6f26b56d991e02405f4750ad8f56cac46937ef6.zip |
net-irc/quassel: x86 stable wrt bug #708818
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@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 3a10d3f8dae7..a5e136f8ab7f 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 x86 ~amd64-linux ~sparc-solaris" S="${WORKDIR}/${MY_P}" else EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" ) |