From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E8AC1388C0 for ; Sun, 28 Feb 2016 06:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC8D5E0810; Sun, 28 Feb 2016 06:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CDA9E080E for ; Sun, 28 Feb 2016 06:56:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4521C340B0C for ; Sun, 28 Feb 2016 06:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C401CEB for ; Sun, 28 Feb 2016 06:56:10 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456642411.673d91952be5bd76f776a0f3b507f88bc8043b3c.prometheanfire@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: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 673d91952be5bd76f776a0f3b507f88bc8043b3c X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:56:10 +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: 5dc30db8-3062-4a13-bdfb-d5e5670c95c8 X-Archives-Hash: 9e6dee29c9245500cc5a553bd8f61469 commit: 673d91952be5bd76f776a0f3b507f88bc8043b3c Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:53:31 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:53:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673d9195 app-misc/scrub: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 app-misc/scrub/scrub-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild index 97594f0..047742a 100644 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ b/app-misc/scrub/scrub-2.6.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~sparc ~x86" IUSE="" DEPEND=""