summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-07-23 16:34:06 +0100
committerMarek Szuba <marecki@gentoo.org>2021-07-23 19:28:17 +0100
commitf8212a401acdafe894bbce1a604826ac1b871d52 (patch)
tree70bf286e40d34e13ea2b4a47e6300b379b89bf87 /app-text/libexttextcat
parentdev-libs/tomsfastmath: keyword 0.13.1-r1 for ~riscv (diff)
downloadgentoo-f8212a401acdafe894bbce1a604826ac1b871d52.tar.gz
gentoo-f8212a401acdafe894bbce1a604826ac1b871d52.tar.bz2
gentoo-f8212a401acdafe894bbce1a604826ac1b871d52.zip
app-text/libexttextcat: keyword 3.4.5 for ~riscv, EAPI 6 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/libexttextcat')
-rw-r--r--app-text/libexttextcat/libexttextcat-3.4.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/libexttextcat/libexttextcat-3.4.5.ebuild b/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
index 01e091381ee4..31d321846aae 100644
--- a/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
+++ b/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Library implementing N-gram-based text categorization"
HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
@@ -9,7 +9,7 @@ SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND=""
@@ -23,5 +23,5 @@ src_configure() {
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -delete || die
}