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 0D7D713835A for ; Mon, 2 Nov 2020 11:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EADA4E0855; Mon, 2 Nov 2020 11:50:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74313E0855 for ; Mon, 2 Nov 2020 11:50:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5474533BDF5 for ; Mon, 2 Nov 2020 11:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D15A3F1 for ; Mon, 2 Nov 2020 11:50:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1604317811.468d5af96db99234c69f00d218f1d054872e83f6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ncdc/ncdc-1.21.ebuild X-VCS-Directories: net-p2p/ncdc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 468d5af96db99234c69f00d218f1d054872e83f6 X-VCS-Branch: master Date: Mon, 2 Nov 2020 11:50:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4b9a5f3-20d4-4c2c-afbb-1c5cd91cbe7f X-Archives-Hash: 524b7fd834afa16ce1b91d67cfebf0e4 commit: 468d5af96db99234c69f00d218f1d054872e83f6 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 2 11:46:34 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 2 11:50:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d5af9 net-p2p/ncdc: Version 1.21 stable for amd64 and x86 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> net-p2p/ncdc/ncdc-1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/ncdc/ncdc-1.21.ebuild b/net-p2p/ncdc/ncdc-1.21.ebuild index fc4878d2953..33a396fa7dc 100644 --- a/net-p2p/ncdc/ncdc-1.21.ebuild +++ b/net-p2p/ncdc/ncdc-1.21.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="git://g.blicky.net/ncdc.git" else SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~sparc ~x86" + KEYWORDS="amd64 ~ppc ~sparc x86" fi LICENSE="MIT"