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 747EB138331 for ; Mon, 5 Feb 2018 12:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D6F7E0980; Mon, 5 Feb 2018 12:18:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5B576E0980 for ; Mon, 5 Feb 2018 12:18:11 +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 C7B21335C3C for ; Mon, 5 Feb 2018 12:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BCED19B for ; Mon, 5 Feb 2018 12:18:08 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1517832575.c0eb78f636afd60868af3744e066c47779e50a16.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/newsboat/newsboat-2.10.2.ebuild X-VCS-Directories: net-news/newsboat/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c0eb78f636afd60868af3744e066c47779e50a16 X-VCS-Branch: master Date: Mon, 5 Feb 2018 12:18:08 +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: 370a27ba-4ac5-4764-812b-ed1c560efaf4 X-Archives-Hash: 52a82603c6732c01b672ab5bfca56278 commit: c0eb78f636afd60868af3744e066c47779e50a16 Author: Tim Harder gentoo org> AuthorDate: Mon Feb 5 07:45:20 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Feb 5 12:09:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eb78f6 net-news/newsboat: stabilize 2.10.2 net-news/newsboat/newsboat-2.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-news/newsboat/newsboat-2.10.2.ebuild b/net-news/newsboat/newsboat-2.10.2.ebuild index ff9f70fe3e5..00303f47ab2 100644 --- a/net-news/newsboat/newsboat-2.10.2.ebuild +++ b/net-news/newsboat/newsboat-2.10.2.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/newsboat/newsboat.git" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" SRC_URI="https://newsboat.org/releases/${PV}/${P}.tar.xz" fi