Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/lucene++/
Date: Sun, 31 Oct 2021 07:59:15
Message-Id: 1635667137.39d9aa42d1d4da8a512c63fcb24e90c9db71d178.sam@gentoo
1 commit: 39d9aa42d1d4da8a512c63fcb24e90c9db71d178
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 07:58:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 07:58:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d9aa42
7
8 dev-cpp/lucene++: depend on boost[zlib]
9
10 Closes: https://bugs.gentoo.org/800530
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../lucene++/{lucene++-3.0.7-r2.ebuild => lucene++-3.0.7-r3.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
17 similarity index 91%
18 rename from dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild
19 rename to dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
20 index 30c7d8b5fa3..4084b877157 100644
21 --- a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild
22 +++ b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -15,7 +15,7 @@ SLOT="0"
30 KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
31 IUSE="debug"
32
33 -DEPEND="dev-libs/boost:="
34 +DEPEND="dev-libs/boost:=[zlib]"
35 RDEPEND="${DEPEND}"
36
37 RESTRICT="test"