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 38E52138359 for ; Tue, 10 Nov 2020 16:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88881E0809; Tue, 10 Nov 2020 16:53:21 +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 2BE9DE0809 for ; Tue, 10 Nov 2020 16:53:21 +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 17991335C07 for ; Tue, 10 Nov 2020 16:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D9B1443 for ; Tue, 10 Nov 2020 16:53:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1605027186.c48d54f42edf8a148794d378baf36d580e4b789a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boxfort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild X-VCS-Directories: dev-libs/boxfort/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c48d54f42edf8a148794d378baf36d580e4b789a X-VCS-Branch: master Date: Tue, 10 Nov 2020 16:53:18 +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: 2a9627a6-e18f-436c-ad6f-ff54ce8f46f3 X-Archives-Hash: 138d1dc8fa44f20c60e6ddd6f4ebbb69 commit: c48d54f42edf8a148794d378baf36d580e4b789a Author: Joonas Niilola gentoo org> AuthorDate: Tue Nov 10 16:52:38 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Nov 10 16:53:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48d54f4 dev-libs/boxfort: stabilize 0.0.1_pre20200902 on amd64 Closes: https://bugs.gentoo.org/753872 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild b/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild index 970c74b5d5f..243999c6e8c 100644 --- a/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild +++ b/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Snaipe/BoxFort/archive/${BOXFORT_COMMIT}.tar.gz -> $ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )"