From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D6CF1381F3 for ; Wed, 4 Sep 2013 19:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632ADE0F79; Wed, 4 Sep 2013 19:12:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA156E0F79 for ; Wed, 4 Sep 2013 19:12:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E531E33EA87 for ; Wed, 4 Sep 2013 19:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0128E545E for ; Wed, 4 Sep 2013 19:12:20 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1378321700.2257b4a632e6bb6a546687d8b7d6c6fb1d2c7381.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/choqok/choqok-9999.ebuild X-VCS-Directories: net-im/choqok/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2257b4a632e6bb6a546687d8b7d6c6fb1d2c7381 X-VCS-Branch: master Date: Wed, 4 Sep 2013 19:12:20 +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: 101b459f-bc66-4ea5-b5ff-911e1c7e7da7 X-Archives-Hash: 6b8bbe15bc6e7b30b18663ab35c9874c commit: 2257b4a632e6bb6a546687d8b7d6c6fb1d2c7381 Author: Michael Palimaka gentoo org> AuthorDate: Wed Sep 4 19:08:20 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 4 19:08:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2257b4a6 [net-im/choqok] Fix KEYWORDS. Package-Manager: portage-2.2.1 --- net-im/choqok/choqok-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild index 4bb6b7b..b53e75d 100644 --- a/net-im/choqok/choqok-9999.ebuild +++ b/net-im/choqok/choqok-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://choqok.gnufolks.org/" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~ppc x86" + KEYWORDS="~amd64 ~ppc ~x86" else KEYWORDS="" fi