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 892C2138334 for ; Sat, 11 Aug 2018 19:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8315FE077D; Sat, 11 Aug 2018 19:01:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 59024E077D for ; Sat, 11 Aug 2018 19:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D9A2D335C29 for ; Sat, 11 Aug 2018 19:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86909389 for ; Sat, 11 Aug 2018 19:00:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1534014027.adc97aa829ec48bb9faf4088b398b8114796b3d5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/clucene/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild X-VCS-Directories: dev-cpp/clucene/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: adc97aa829ec48bb9faf4088b398b8114796b3d5 X-VCS-Branch: master Date: Sat, 11 Aug 2018 19:00: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: 12b91e91-0a0d-4e6c-b162-553a645df5b2 X-Archives-Hash: 7f6bf5470dae7ee8f1ccf2bde2832fb0 commit: adc97aa829ec48bb9faf4088b398b8114796b3d5 Author: Francesco Turco fastmail fm> AuthorDate: Sat Aug 11 16:56:39 2018 +0000 Commit: Georgy Yakovlev gentoo 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