diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 07:58:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 07:58:57 +0000 |
commit | 39d9aa42d1d4da8a512c63fcb24e90c9db71d178 (patch) | |
tree | 37bf9930139c2da96b9937129a4a4d6a07c3c0a8 /dev-cpp | |
parent | net-im/zoom: Remove old (diff) | |
download | gentoo-39d9aa42d1d4da8a512c63fcb24e90c9db71d178.tar.gz gentoo-39d9aa42d1d4da8a512c63fcb24e90c9db71d178.tar.bz2 gentoo-39d9aa42d1d4da8a512c63fcb24e90c9db71d178.zip |
dev-cpp/lucene++: depend on boost[zlib]
Closes: https://bugs.gentoo.org/800530
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild (renamed from dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild) | 4 |
1 files 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 index 30c7d8b5fa31..4084b8771570 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" |