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 CADA31384B4 for ; Wed, 9 Dec 2015 17:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D60321C019; Wed, 9 Dec 2015 17:02:52 +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 E73B921C019 for ; Wed, 9 Dec 2015 17:02:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D79583407E6 for ; Wed, 9 Dec 2015 17:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4D2DC6A for ; Wed, 9 Dec 2015 17:02:42 +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: <1449681014.2023f1a585283af9601cf96b4e518a2cf5960235.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.3.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2023f1a585283af9601cf96b4e518a2cf5960235 X-VCS-Branch: master Date: Wed, 9 Dec 2015 17:02:42 +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: 28d287a1-407c-4390-ae7e-ff9d84340903 X-Archives-Hash: 3256372811caa86fba70a1d1d470d923 commit: 2023f1a585283af9601cf96b4e518a2cf5960235 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Dec 9 17:02:50 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Dec 9 17:10:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2023f1a5 app-portage/grs: version bump to 0.3 Package-Manager: portage-2.2.20.1 app-portage/grs/grs-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/grs/grs-0.3.ebuild b/app-portage/grs/grs-0.3.ebuild index 7eb8426..9fdc78a 100644 --- a/app-portage/grs/grs-0.3.ebuild +++ b/app-portage/grs/grs-0.3.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"