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 3B4DD138334 for ; Sat, 3 Nov 2018 17:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 161FDE0839; Sat, 3 Nov 2018 17:18:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E226FE0839 for ; Sat, 3 Nov 2018 17:18:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5B5D335C31 for ; Sat, 3 Nov 2018 17:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3138243D for ; Sat, 3 Nov 2018 17:18:12 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1541265456.7c3ad47bf8d3f4c667e54ffbe364144261c9efe6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mcabber/mcabber-1.1.0-r1.ebuild X-VCS-Directories: net-im/mcabber/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7c3ad47bf8d3f4c667e54ffbe364144261c9efe6 X-VCS-Branch: master Date: Sat, 3 Nov 2018 17:18:12 +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: cb3aba31-3e0e-49a0-9ad7-e129da110b5e X-Archives-Hash: 4173825cf83095a932c9352a3816016a commit: 7c3ad47bf8d3f4c667e54ffbe364144261c9efe6 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Nov 3 17:17:36 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Nov 3 17:17:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ad47b net-im/mcabber: amd64 stable wrt bug #669830 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-im/mcabber/mcabber-1.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mcabber/mcabber-1.1.0-r1.ebuild b/net-im/mcabber/mcabber-1.1.0-r1.ebuild index 42e454d35cd..5d7b5621681 100644 --- a/net-im/mcabber/mcabber-1.1.0-r1.ebuild +++ b/net-im/mcabber/mcabber-1.1.0-r1.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" == 9999 ]]; then S="${WORKDIR}/${PN}" else SRC_URI="http://mcabber.com/files/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2"