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 8DA4613881C for ; Fri, 25 Sep 2015 01:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 580F621C008; Fri, 25 Sep 2015 01:03:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00EA721C008 for ; Fri, 25 Sep 2015 01:03:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13B02340813 for ; Fri, 25 Sep 2015 01:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC6D206 for ; Fri, 25 Sep 2015 01:03:03 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1443143289.906259bb32e84e8e410e37528b25db6444faa325.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.2.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 906259bb32e84e8e410e37528b25db6444faa325 X-VCS-Branch: master Date: Fri, 25 Sep 2015 01:03:03 +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: 7123e3fd-d750-42a0-8917-971aa2c56eba X-Archives-Hash: a1085294856e8324e4f75727cf63d0d7 commit: 906259bb32e84e8e410e37528b25db6444faa325 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 25 01:07:35 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 25 01:08:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906259bb app-portage/grs: 0.2 stable on amd64 Package-Manager: portage-2.2.20.1 app-portage/grs/grs-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/grs/grs-0.2.ebuild b/app-portage/grs/grs-0.2.ebuild index 7eb8426..9fdc78a 100644 --- a/app-portage/grs/grs-0.2.ebuild +++ b/app-portage/grs/grs-0.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Suite to build Gentoo Reference Systems"