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 1602D138359 for ; Fri, 7 Aug 2020 03:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 001ACE0895; Fri, 7 Aug 2020 03:18:24 +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 DDEF8E0893 for ; Fri, 7 Aug 2020 03:18:24 +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 E39A334F35F for ; Fri, 7 Aug 2020 03:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79138327 for ; Fri, 7 Aug 2020 03:18:19 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1596770264.b54dd0c658d29bfcee5aee7a2606d5bddb9bed7f.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-admin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild X-VCS-Directories: mate-extra/caja-admin/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: b54dd0c658d29bfcee5aee7a2606d5bddb9bed7f X-VCS-Branch: master Date: Fri, 7 Aug 2020 03:18:19 +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: 6ab114fb-26bf-4fa9-9acc-3ba9c8406cec X-Archives-Hash: 0cf586d2c194135a056bbd964d2b9a0b commit: b54dd0c658d29bfcee5aee7a2606d5bddb9bed7f Author: Adam Feldman gentoo org> AuthorDate: Fri Aug 7 02:35:20 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Fri Aug 7 03:17:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54dd0c6 mate-extra/caja-admin: Stabilize 0.0.2_p20200328 for amd64, x86 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman gentoo.org> mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild index 23078ea5a48..bf4dcec2641 100644 --- a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild +++ b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild @@ -13,7 +13,7 @@ elif [[ ${PV} =~ _p[0-9]{8,} ]]; then S="${WORKDIR}/${PN}-${SHA}" else SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi PYTHON_COMPAT=( python{3_6,3_7,3_8} )