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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B5EC158003 for ; Sun, 31 Oct 2021 07:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 230D0E0AE3; Sun, 31 Oct 2021 07:59:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02A0DE0AE3 for ; Sun, 31 Oct 2021 07:59:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAA8A3436B3 for ; Sun, 31 Oct 2021 07:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B83079 for ; Sun, 31 Oct 2021 07:59:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635667137.39d9aa42d1d4da8a512c63fcb24e90c9db71d178.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/lucene++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild X-VCS-Directories: dev-cpp/lucene++/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39d9aa42d1d4da8a512c63fcb24e90c9db71d178 X-VCS-Branch: master Date: Sun, 31 Oct 2021 07:59:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f932cd2d-f4a0-4c16-ad75-33a0652c612e X-Archives-Hash: b1dc03d0d827d80e5314a27ca919102f commit: 39d9aa42d1d4da8a512c63fcb24e90c9db71d178 Author: Sam James gentoo org> AuthorDate: Sun Oct 31 07:58:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 07:58:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d9aa42 dev-cpp/lucene++: depend on boost[zlib] Closes: https://bugs.gentoo.org/800530 Signed-off-by: Sam James gentoo.org> .../lucene++/{lucene++-3.0.7-r2.ebuild => lucene++-3.0.7-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild similarity index 91% rename from dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild rename to dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild index 30c7d8b5fa3..4084b877157 100644 --- a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild +++ b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" IUSE="debug" -DEPEND="dev-libs/boost:=" +DEPEND="dev-libs/boost:=[zlib]" RDEPEND="${DEPEND}" RESTRICT="test"