commit: 85bf40ad337504205632c502051c37efc2dd89b6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 05:39:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 15 05:39:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bf40ad
app-i18n/libpinyin: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/libpinyin/libpinyin-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-i18n/libpinyin/libpinyin-9999.ebuild
b/app-i18n/libpinyin/libpinyin-9999.ebuild
index 5c0606058de5..92ad00709b46 100644
--- a/app-i18n/libpinyin/libpinyin-9999.ebuild
+++ b/app-i18n/libpinyin/libpinyin-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2012-2020 Gentoo Authors
+# Copyright 2012-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
inherit autotools
@@ -57,5 +57,5 @@ src_configure() {
src_install() {
default
- find "${ED}" -name "*.la" -delete || die
+ find "${D}" -name "*.la" -delete || die
}