diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-06 08:31:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-06 08:31:13 +0200 |
commit | 69e8dfeb08862bd7bd2753b9361844e74e5a1fb5 (patch) | |
tree | f9d193c4b71407eb3311eef8fd9b0c03afa1746c /net-irc | |
parent | gnome-extra/sushi: Version bump to 41.2 (diff) | |
download | gentoo-69e8dfeb08862bd7bd2753b9361844e74e5a1fb5.tar.gz gentoo-69e8dfeb08862bd7bd2753b9361844e74e5a1fb5.tar.bz2 gentoo-69e8dfeb08862bd7bd2753b9361844e74e5a1fb5.zip |
net-irc/quassel: amd64 stable wrt bug #832465
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/quassel/quassel-0.14.0-r1.ebuild b/net-irc/quassel/quassel-0.14.0-r1.ebuild index 41f4015cd383..0a8773e5fd46 100644 --- a/net-irc/quassel/quassel-0.14.0-r1.ebuild +++ b/net-irc/quassel/quassel-0.14.0-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/quassel/quassel/archive/refs/tags/${PV/_/-}.tar.gz -> ${P}.tar.gz" else SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~sparc-solaris" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~sparc-solaris" fi S="${WORKDIR}/${MY_P}" else |