commit: 82267badf89ed8c091316edf25e7ccaa34784f9b
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 17:15:49 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 18:28:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82267bad
dev-cpp/clucene: keyword 2.3.3.4-r6 for ~riscv, EAPI 6 -> 7
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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 45755a6557d..89e1b97f672 100644
--- a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
+++ b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
MY_PN="${PN}"-core
MY_P="${MY_PN}"-"${PV}"
-inherit cmake-utils multilib
+inherit cmake multilib
DESCRIPTION="High-performance, full-featured text search engine based off of
lucene in C++"
HOMEPAGE="http://clucene.sourceforge.net/"
@@ -14,14 +14,13 @@ SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug doc static-libs"
-DEPEND="
+BDEPEND="
doc? ( >=app-doc/doxygen-1.4.2 )
"
-RDEPEND=""
RESTRICT="test"
@@ -38,7 +37,7 @@ PATCHES=(
)
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# patch out installing bundled boost headers, we build against system
one
sed -i \
@@ -61,5 +60,5 @@ src_configure() {
-DBUILD_STATIC_LIBRARIES=$(usex static-libs)
)
- cmake-utils_src_configure
+ cmake_src_configure
}