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 57D18138334 for ; Sat, 15 Sep 2018 17:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 474DAE0C09; Sat, 15 Sep 2018 17:04:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F1BFE0C09 for ; Sat, 15 Sep 2018 17:04:42 +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 B9C53335CE7 for ; Sat, 15 Sep 2018 17:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A603D6 for ; Sat, 15 Sep 2018 17:04:39 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1537031062.2a6a7bf9d1f5736ee632c85b631e41722aad749c.zlogene@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.6.ebuild X-VCS-Directories: dev-vcs/fossil/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2a6a7bf9d1f5736ee632c85b631e41722aad749c X-VCS-Branch: master Date: Sat, 15 Sep 2018 17:04:39 +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: ad2671e9-d88e-4f79-b5fb-04c4114b5cb8 X-Archives-Hash: e83777ccaa87acdc4145962780d8dc2a commit: 2a6a7bf9d1f5736ee632c85b631e41722aad749c Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 15 17:04:22 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 15 17:04:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6a7bf9 dev-vcs/fossil: amd64 stable wrt bug #666230 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-vcs/fossil/fossil-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/fossil/fossil-2.6.ebuild b/dev-vcs/fossil/fossil-2.6.ebuild index 4d67d2ea6c2..53b83041fc2 100644 --- a/dev-vcs/fossil/fossil-2.6.ebuild +++ b/dev-vcs/fossil/fossil-2.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.fossil-scm.org/index.html/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 -legacy-mv-rm -miniz system-sqlite +ssl static tcl tcl-stubs tcl-private-stubs th1-docs th1-hooks"