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 F115813835B for ; Thu, 20 Aug 2020 13:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22ED7E0B33; Thu, 20 Aug 2020 13:20:45 +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 02F15E09A7 for ; Thu, 20 Aug 2020 13:20:45 +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 A374A34F33D for ; Thu, 20 Aug 2020 13:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F3B32EE for ; Thu, 20 Aug 2020 13:20:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1597929634.f846da7689ec1120ec20f05fed4adb6aadc489b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/scrub/scrub-2.6.1.ebuild X-VCS-Directories: app-misc/scrub/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f846da7689ec1120ec20f05fed4adb6aadc489b8 X-VCS-Branch: master Date: Thu, 20 Aug 2020 13:20:42 +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: 2cd5cca5-2041-4410-bb73-6c029fdc5a80 X-Archives-Hash: ac1f70fe97b8b9c6c88cd155f14fd0ff commit: f846da7689ec1120ec20f05fed4adb6aadc489b8 Author: Sam James gentoo org> AuthorDate: Thu Aug 20 13:16:43 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 20 13:20:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f846da76 app-misc/scrub: Stabilize 2.6.1 arm64, #738076 Signed-off-by: Sam James gentoo.org> app-misc/scrub/scrub-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild index 0b050cc0eb2..635cd71d32b 100644 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ b/app-misc/scrub/scrub-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm64 ~ppc64 ~sparc ~x86" IUSE="" DEPEND=""