summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-24 06:26:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-24 06:26:29 +0000
commitf5df7fffbb777146f2430eae4931433ff4fc55e0 (patch)
treeee525c8217b82a1d4164099af8b2a01f6bd36578 /dev-cpp
parent048d7579c13bc7dda4a94dc61513b467002238f4 (diff)
downloadbaldeagleos-repo-f5df7fffbb777146f2430eae4931433ff4fc55e0.tar.gz
baldeagleos-repo-f5df7fffbb777146f2430eae4931433ff4fc55e0.tar.xz
baldeagleos-repo-f5df7fffbb777146f2430eae4931433ff4fc55e0.zip
Adding metadata
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild13
1 files 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 2cfab0cf0577..18c817ba861f 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="https://sourceforge.net/projects/clucene/"
@@ -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
}