From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 28748138334 for ; Mon, 13 May 2019 01:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B3AE08AD; Mon, 13 May 2019 01:41:25 +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 2A49FE08B1 for ; Mon, 13 May 2019 01:41:25 +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 E44913441B4 for ; Mon, 13 May 2019 01:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86905F9 for ; Mon, 13 May 2019 01:41:19 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1557711665.47adb225aec574d5b96f9de149e1cf40d8d35f93.whissi@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.13.1.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 47adb225aec574d5b96f9de149e1cf40d8d35f93 X-VCS-Branch: master Date: Mon, 13 May 2019 01:41:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfa37068-c0ae-41cd-bf9e-f9dba71f6317 X-Archives-Hash: 3596a689ef029434927c84da01086a1e commit: 47adb225aec574d5b96f9de149e1cf40d8d35f93 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon May 13 01:38:53 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon May 13 01:41:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47adb225 net-irc/quassel: x86 stable (bug #684486) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> net-irc/quassel/quassel-0.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/quassel/quassel-0.13.1.ebuild b/net-irc/quassel/quassel-0.13.1.ebuild index 890c2b6a296..732ad90f4aa 100644 --- a/net-irc/quassel/quassel-0.13.1.ebuild +++ b/net-irc/quassel/quassel-0.13.1.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user 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}" "git://git.${PN}-irc.org/${PN}" )