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 791AB138335 for ; Tue, 31 Dec 2019 03:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54CDBE0D9D; Tue, 31 Dec 2019 03:17:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ADC89E0D6B for ; Tue, 31 Dec 2019 03:17:34 +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 14ADD34DD97 for ; Tue, 31 Dec 2019 03:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A630F7F for ; Tue, 31 Dec 2019 03:17:30 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1577761420.8697866f2c38b5ceb056522a62ff7aa58edd5afb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elicense/elicense-1.0.2.ebuild X-VCS-Directories: app-portage/elicense/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8697866f2c38b5ceb056522a62ff7aa58edd5afb X-VCS-Branch: master Date: Tue, 31 Dec 2019 03:17:30 +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: 3211d549-0ca9-4bf7-bc14-d997e2e18477 X-Archives-Hash: ea373cfb369ff209378f86741c334ce9 commit: 8697866f2c38b5ceb056522a62ff7aa58edd5afb Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 31 03:03:40 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 31 03:03:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8697866f app-portage/elicense: move stable keywords Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann gentoo.org> app-portage/elicense/elicense-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/elicense/elicense-1.0.2.ebuild b/app-portage/elicense/elicense-1.0.2.ebuild index a4fe0df6ad1..1c9715d8257 100644 --- a/app-portage/elicense/elicense-1.0.2.ebuild +++ b/app-portage/elicense/elicense-1.0.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 mips ppc ppc64 ~riscv s390 sparc x86" fi DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)"