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 9CFC6138359 for ; Thu, 1 Oct 2020 19:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B77DCE07F1; Thu, 1 Oct 2020 19:47:39 +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 98F47E07F1 for ; Thu, 1 Oct 2020 19:47:39 +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 1C10A335D58 for ; Thu, 1 Oct 2020 19:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CE8332 for ; Thu, 1 Oct 2020 19:47:36 +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: <1601581633.e888d53c7b355bdebff204ca6136340bbb9377c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/fossil/fossil-2.12.1.ebuild X-VCS-Directories: dev-vcs/fossil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e888d53c7b355bdebff204ca6136340bbb9377c4 X-VCS-Branch: master Date: Thu, 1 Oct 2020 19:47:36 +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: 84d9ed6e-24e2-40fc-afc6-e340afd134da X-Archives-Hash: 8667d2c2e6a0ce76b441cd88cd7bdc84 commit: e888d53c7b355bdebff204ca6136340bbb9377c4 Author: Sam James gentoo org> AuthorDate: Thu Oct 1 19:47:13 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 1 19:47:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e888d53c dev-vcs/fossil: Stabilize 2.12.1 amd64, #738220 Signed-off-by: Sam James gentoo.org> dev-vcs/fossil/fossil-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/fossil/fossil-2.12.1.ebuild b/dev-vcs/fossil/fossil-2.12.1.ebuild index 3b44ec08b3c..71d847dfb53 100644 --- a/dev-vcs/fossil/fossil-2.12.1.ebuild +++ b/dev-vcs/fossil/fossil-2.12.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 arm ppc ppc64 x86" +KEYWORDS="amd64 arm ppc ppc64 x86" IUSE="debug fusefs json -miniz system-sqlite +ssl static tcl tcl-stubs tcl-private-stubs th1-docs th1-hooks"