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 F3E6F1395E2 for ; Thu, 8 Dec 2016 22:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65CC1E0E37; Thu, 8 Dec 2016 22:47:55 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42264E0E37 for ; Thu, 8 Dec 2016 22:47:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0AB4C3414A6 for ; Thu, 8 Dec 2016 22:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA07324BF for ; Thu, 8 Dec 2016 22:47:51 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1481237272.7d544bd78f20b63351e941d0da642ddd2fb760bd.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/scsh-install-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild X-VCS-Directories: app-shells/scsh-install-lib/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7d544bd78f20b63351e941d0da642ddd2fb760bd X-VCS-Branch: master Date: Thu, 8 Dec 2016 22:47:51 +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: 6fec57b2-56d8-4816-af21-9cb15ed1d2c6 X-Archives-Hash: 58de67db04a30b67b1d0317bf2974cc6 commit: 7d544bd78f20b63351e941d0da642ddd2fb760bd Author: Patrice Clement gentoo org> AuthorDate: Thu Dec 8 22:47:34 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 8 22:47:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d544bd7 app-shells/scsh-install-lib: keyword for amd64. Package-Manager: portage-2.3.0 app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild index e63d9ab..e74cf45 100644 --- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild +++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=app-shells/scsh-0.6.6"