From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC5D0139345 for ; Fri, 23 Jul 2021 18:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED675E0C4A; Fri, 23 Jul 2021 18:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5EF5E0C4A for ; Fri, 23 Jul 2021 18:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E88FB342B20 for ; Fri, 23 Jul 2021 18:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2F37EE for ; Fri, 23 Jul 2021 18:28:30 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627064897.f8212a401acdafe894bbce1a604826ac1b871d52.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libexttextcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libexttextcat/libexttextcat-3.4.5.ebuild X-VCS-Directories: app-text/libexttextcat/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f8212a401acdafe894bbce1a604826ac1b871d52 X-VCS-Branch: master Date: Fri, 23 Jul 2021 18:28:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 167a31fb-fee2-4b14-926e-9306ca8cffbb X-Archives-Hash: b4456f896f8d442a9a0434b6fca91ea1 commit: f8212a401acdafe894bbce1a604826ac1b871d52 Author: Marek Szuba gentoo org> AuthorDate: Fri Jul 23 15:34:06 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 23 18:28:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8212a40 app-text/libexttextcat: keyword 3.4.5 for ~riscv, EAPI 6 -> 8 Signed-off-by: Marek Szuba gentoo.org> app-text/libexttextcat/libexttextcat-3.4.5.ebuild | 6 +++--- 1 file 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 01e091381ee..31d321846aa 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 }