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 77DFA139083 for ; Thu, 14 Dec 2017 21:10:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B167EE1126; Thu, 14 Dec 2017 21:10:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8F5AAE1126 for ; Thu, 14 Dec 2017 21:10:02 +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 60B2433BEAC for ; Thu, 14 Dec 2017 21:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C10AE7B for ; Thu, 14 Dec 2017 21:09:59 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1513285756.82b30afcd06726673d46d7e5d4e84de70c38a518.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 82b30afcd06726673d46d7e5d4e84de70c38a518 X-VCS-Branch: master Date: Thu, 14 Dec 2017 21:09:59 +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: 3502fed5-b4b6-455a-999d-c1769597114b X-Archives-Hash: a715fd35770d6de9189a45cf1bdeb19f commit: 82b30afcd06726673d46d7e5d4e84de70c38a518 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Dec 14 21:09:16 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Dec 14 21:09:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b30afc Revert "dev-vcs/fossil: amd64 stable wrt bug #640208" This reverts commit 6e1f0c176eae82e156265fc6822530d3f849fda2. Reason: Not approved by maintainer. 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 e1925ab383a..234ccb888c9 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"