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 E702B139085 for ; Wed, 4 Jan 2017 17:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F0D2241A3; Wed, 4 Jan 2017 17:09:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E918A2241A3 for ; Wed, 4 Jan 2017 17:09:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21ECF3415B7 for ; Wed, 4 Jan 2017 17:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3322627 for ; Wed, 4 Jan 2017 17:09:36 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1483549682.4a8057effe733e5d3f8d6cb56e9e644272b7c0a8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/bitlbee/bitlbee-3.4.2-r1.ebuild X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 4a8057effe733e5d3f8d6cb56e9e644272b7c0a8 X-VCS-Branch: master Date: Wed, 4 Jan 2017 17:09:36 +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-Archives-Salt: f72b06de-2938-417c-ac99-d8e82db9d574 X-Archives-Hash: e9950ea64edf2ecc952aac7c4329b616 commit: 4a8057effe733e5d3f8d6cb56e9e644272b7c0a8 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jan 4 17:08:02 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jan 4 17:08:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8057ef net-im/bitlbee: x86 stable wrt bug #598724 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> net-im/bitlbee/bitlbee-3.4.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild b/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild index edfcd48..ab4fb2a 100644 --- a/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild +++ b/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="http://get.bitlbee.org/src/${P}.tar.gz" - KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="irc to IM gateway that support multiple IM protocols"