commit: 39d9aa42d1d4da8a512c63fcb24e90c9db71d178 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 31 07:58:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"
