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 E925B139084 for ; Tue, 19 Dec 2017 13:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26720E105A; Tue, 19 Dec 2017 13:48:24 +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 03569E105A for ; Tue, 19 Dec 2017 13:48:23 +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 0D15433BF55 for ; Tue, 19 Dec 2017 13:48:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B859C2F for ; Tue, 19 Dec 2017 13:48:18 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1513691192.11b098ecd56088b00d0e9a583d1f0cda5d36ab58.perfinion@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.4.ebuild X-VCS-Directories: dev-vcs/fossil/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 11b098ecd56088b00d0e9a583d1f0cda5d36ab58 X-VCS-Branch: master Date: Tue, 19 Dec 2017 13:48: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-Archives-Salt: d9ebc596-5489-4e70-a773-4e7a42175222 X-Archives-Hash: 48d2d0cc90d7ee8dc1fc501257d83a89 commit: 11b098ecd56088b00d0e9a583d1f0cda5d36ab58 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 19 12:16:08 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 19 13:46:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b098ec dev-vcs/fossil: amd64 stable Gentoo-bug: 640208 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-vcs/fossil/fossil-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/fossil/fossil-2.4.ebuild b/dev-vcs/fossil/fossil-2.4.ebuild index 234ccb888c9..e1925ab383a 100644 --- a/dev-vcs/fossil/fossil-2.4.ebuild +++ b/dev-vcs/fossil/fossil-2.4.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"