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 7EFBE1386F3 for ; Thu, 13 Aug 2015 13:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCDCBE0788; Thu, 13 Aug 2015 13:44:39 +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 779FBE0788 for ; Thu, 13 Aug 2015 13:44:39 +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 42AEF340755 for ; Thu, 13 Aug 2015 13:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1BB4124 for ; Thu, 13 Aug 2015 13:44:36 +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: <1439473652.340379bc871c14615182cf855708b42afa0987fa.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.1.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 340379bc871c14615182cf855708b42afa0987fa X-VCS-Branch: master Date: Thu, 13 Aug 2015 13:44: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: cc8cc339-893d-4257-a6e2-0c19ca414be4 X-Archives-Hash: cbe0098bb978d45626b76ac32e89af80 commit: 340379bc871c14615182cf855708b42afa0987fa Author: Anthony G. Basile gentoo org> AuthorDate: Thu Aug 13 13:47:32 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Aug 13 13:47:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340379bc app-portage/grs: make 0.1 stable on amd64 Package-Manager: portage-2.2.20.1 app-portage/grs/grs-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/grs/grs-0.1.ebuild b/app-portage/grs/grs-0.1.ebuild index 2b937e9..a1e0fb4 100644 --- a/app-portage/grs/grs-0.1.ebuild +++ b/app-portage/grs/grs-0.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Suite to build Gentoo Reference Systems"