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 3C6371382C5 for ; Sun, 21 Mar 2021 20:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82BBDE0876; Sun, 21 Mar 2021 20:46:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6B9F1E0875 for ; Sun, 21 Mar 2021 20:46:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7CC8E335D30 for ; Sun, 21 Mar 2021 20:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3F42632 for ; Sun, 21 Mar 2021 20:46:36 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616359577.ddd47421f01ccb9ab960731bd9dfc98acbd81985.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/lowdown/lowdown-0.8.3.ebuild app-text/lowdown/lowdown-9999.ebuild X-VCS-Directories: app-text/lowdown/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ddd47421f01ccb9ab960731bd9dfc98acbd81985 X-VCS-Branch: master Date: Sun, 21 Mar 2021 20:46: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a327e527-ae40-412f-ab17-f405f7a3b594 X-Archives-Hash: 97e2154f39079f5dece66e216cdcf318 Message-ID: <20210321204636.3hQGy5_Bzcs6DHSWm01FUL1emepoW1vanAX4qOZHK4E@z> commit: ddd47421f01ccb9ab960731bd9dfc98acbd81985 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 21 20:46:17 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 21 20:46:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd47421 app-text/lowdown: add proper keywords repoman doesn't like having ~* in the keywords (and I myself don't think it is a good idea either) If this really works on everything, then just add all keywords supported by Gentoo manually. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> app-text/lowdown/lowdown-0.8.3.ebuild | 7 +------ app-text/lowdown/lowdown-9999.ebuild | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild index 8f104fb8..361710af 100644 --- a/app-text/lowdown/lowdown-0.8.3.ebuild +++ b/app-text/lowdown/lowdown-0.8.3.ebuild @@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git" - KEYWORDS="" else SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz" - KEYWORDS="~*" + KEYWORDS="~amd64 ~x86" fi LICENSE="ISC" SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" src_prepare() { default diff --git a/app-text/lowdown/lowdown-9999.ebuild b/app-text/lowdown/lowdown-9999.ebuild index 8f104fb8..361710af 100644 --- a/app-text/lowdown/lowdown-9999.ebuild +++ b/app-text/lowdown/lowdown-9999.ebuild @@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git" - KEYWORDS="" else SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz" - KEYWORDS="~*" + KEYWORDS="~amd64 ~x86" fi LICENSE="ISC" SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" src_prepare() { default