Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/
Date: Sun, 29 Oct 2017 21:08:19
Message-Id: 1509311253.7225f935facb24c712ed091da4e6f68ac079bb4f.whissi@gentoo
1 commit: 7225f935facb24c712ed091da4e6f68ac079bb4f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 19:55:46 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 21:07:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7225f935
7
8 dev-vcs/fossil: x86 stable (bug #627674)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-vcs/fossil/fossil-2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/fossil/fossil-2.3.ebuild b/dev-vcs/fossil/fossil-2.3.ebuild
16 index edde085d9af..ff869df46b8 100644
17 --- a/dev-vcs/fossil/fossil-2.3.ebuild
18 +++ b/dev-vcs/fossil/fossil-2.3.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://www.fossil-scm.org/index.html/uv/fossil-src-${PV}.tar.gz"
20
21 LICENSE="BSD-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
25 IUSE="debug fusefs json legacy-mv-rm -miniz system-sqlite +ssl static tcl th1-docs th1-hooks"
26
27 REQUIRED_USE="ssl? ( !miniz )"