diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-13 13:02:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-13 13:02:58 +0100 |
commit | ecaef67985220cd32a459f512ef919adf0e2447d (patch) | |
tree | 076b5d066f38bc94583375aabd3062976ce643dd /net-irc | |
parent | sys-libs/tevent: amd64 stable wrt bug #704998 (diff) | |
download | gentoo-ecaef67985220cd32a459f512ef919adf0e2447d.tar.gz gentoo-ecaef67985220cd32a459f512ef919adf0e2447d.tar.bz2 gentoo-ecaef67985220cd32a459f512ef919adf0e2447d.zip |
net-irc/quassel: amd64 stable wrt bug #708818
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
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 4732c5d2f114..3a10d3f8dae7 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}" ) |