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 78D491382BD for ; Thu, 16 Jun 2016 20:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85519E0B8E; Thu, 16 Jun 2016 20:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1D866E0B8E for ; Thu, 16 Jun 2016 20:31:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A4E7E3406F2 for ; Thu, 16 Jun 2016 20:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F06CC2320 for ; Thu, 16 Jun 2016 20:30:58 +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: <1466109045.e6d138f3076cce435e36e44118888ec57965b6e2.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/jreen/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/jreen/jreen-1.2.1.ebuild X-VCS-Directories: net-libs/jreen/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e6d138f3076cce435e36e44118888ec57965b6e2 X-VCS-Branch: master Date: Thu, 16 Jun 2016 20:30:58 +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: f4caf4be-aa48-4920-a8c8-521115a801a0 X-Archives-Hash: d44fde0ccc95a4c3ec092c9c9bfcd4b5 commit: e6d138f3076cce435e36e44118888ec57965b6e2 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 16 20:29:17 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 16 20:30:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d138f3 net-libs/jreen: amd64/x86 stable Package-Manager: portage-2.3.0_rc1 net-libs/jreen/jreen-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/jreen/jreen-1.2.1.ebuild b/net-libs/jreen/jreen-1.2.1.ebuild index 6969640..b0e159e 100644 --- a/net-libs/jreen/jreen-1.2.1.ebuild +++ b/net-libs/jreen/jreen-1.2.1.ebuild @@ -6,11 +6,11 @@ EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" else GIT_ECLASS="git-r3" EGIT_REPO_URI=( "git://github.com/euroelessar/${PN}" ) - KEYWORDS="" + KEYWORDS="amd64 x86" fi inherit cmake-utils multibuild ${GIT_ECLASS}