diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-04 11:42:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-04 11:42:53 +0300 |
commit | b8c721677594b398343335c7a8cf3a39b4236bc6 (patch) | |
tree | bebe4bf074632b4a3f04c18f22937e0fcb3d372a /dev-vcs/fossil | |
parent | sys-devel/bison: arm stable wrt bug #664926 (diff) | |
download | gentoo-b8c721677594b398343335c7a8cf3a39b4236bc6.tar.gz gentoo-b8c721677594b398343335c7a8cf3a39b4236bc6.tar.bz2 gentoo-b8c721677594b398343335c7a8cf3a39b4236bc6.zip |
dev-vcs/fossil: arm stable wrt bug #666230
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-vcs/fossil')
-rw-r--r-- | dev-vcs/fossil/fossil-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/fossil/fossil-2.6.ebuild b/dev-vcs/fossil/fossil-2.6.ebuild index 348bc29bb019..ff91fac36116 100644 --- a/dev-vcs/fossil/fossil-2.6.ebuild +++ b/dev-vcs/fossil/fossil-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |