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 2EA721382C5 for ; Sun, 15 Apr 2018 10:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4910EE0935; Sun, 15 Apr 2018 10:14:54 +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 2B1ADE0935 for ; Sun, 15 Apr 2018 10:14:54 +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 142A5335C5A for ; Sun, 15 Apr 2018 10:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 108C8282 for ; Sun, 15 Apr 2018 10:14:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523787286.fd38256c819d8c21fd39ea901b87b9eec474836f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ctmg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ctmg/ctmg-1.2.ebuild X-VCS-Directories: sys-fs/ctmg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd38256c819d8c21fd39ea901b87b9eec474836f X-VCS-Branch: master Date: Sun, 15 Apr 2018 10:14:51 +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: cdfc5822-261c-4c16-bd09-245e91d846c0 X-Archives-Hash: a374ada9747884c5c34da133115eb023 commit: fd38256c819d8c21fd39ea901b87b9eec474836f Author: Michał Górny gentoo org> AuthorDate: Sun Apr 15 10:14:29 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 15 10:14:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd38256c sys-fs/ctmg: Lower to ~arm64 This package has been 'stabilized' without actually stabilizing its dependencies. Please use repoman on *all* profiles while stabilizing. sys-fs/ctmg/ctmg-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ctmg/ctmg-1.2.ebuild b/sys-fs/ctmg/ctmg-1.2.ebuild index 7b15ffabf68..a225c80fafb 100644 --- a/sys-fs/ctmg/ctmg-1.2.ebuild +++ b/sys-fs/ctmg/ctmg-1.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86 arm arm64" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="" DEPEND=""