From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1020084-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FA421382C5 for <garchives@archives.gentoo.org>; Wed, 25 Apr 2018 01:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B58D2E092B; Wed, 25 Apr 2018 01:17:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94BC3E092B for <gentoo-commits@lists.gentoo.org>; Wed, 25 Apr 2018 01:17:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43CFB335C63 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Apr 2018 01:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80535288 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Apr 2018 01:17:20 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1524617651.8c51c9698d0be17a51301c20bc0039583eab5925.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-0.12.5.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8c51c9698d0be17a51301c20bc0039583eab5925 X-VCS-Branch: master Date: Wed, 25 Apr 2018 01:17:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83276bf1-0031-4829-bfc3-cdf6f534834b X-Archives-Hash: aa914f6defef7a971e8d682ea4e2d65b commit: 8c51c9698d0be17a51301c20bc0039583eab5925 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Apr 25 00:52:44 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Apr 25 00:54:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c51c969 net-irc/quassel: amd64 stable wrt bug #653834 Bug: https://bugs.gentoo.org/653834 Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-irc/quassel/quassel-0.12.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/quassel/quassel-0.12.5.ebuild b/net-irc/quassel/quassel-0.12.5.ebuild index 5b01e0c7aa3..6f3dde9b18d 100644 --- a/net-irc/quassel/quassel-0.12.5.ebuild +++ b/net-irc/quassel/quassel-0.12.5.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user versionator if [[ ${PV} != *9999* ]]; then SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris" + KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris" else EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) inherit git-r3