commit: adc97aa829ec48bb9faf4088b398b8114796b3d5 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sat Aug 11 16:56:39 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Aug 11 19:00:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc97aa8
dev-cpp/clucene: update link to upstream bug report Closes: https://github.com/gentoo/gentoo/pull/9539 dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild index f636e9b1127..4e0f4ab5707 100644 --- a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild +++ b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -47,7 +47,7 @@ src_prepare() { src_configure() { # Disabled threads: see upstream bug - # https://sourceforge.net/tracker/?func=detail&aid=3237301&group_id=80013&atid=558446 + # https://sourceforge.net/p/clucene/bugs/197/ local mycmakeargs=( -DENABLE_ASCII_MODE=OFF -DENABLE_PACKAGING=OFF
