summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-15 06:39:40 +0100
committerSam James <sam@gentoo.org>2023-05-15 06:39:40 +0100
commit85bf40ad337504205632c502051c37efc2dd89b6 (patch)
tree2e37f0f8532ca7f30b8cb092cf9f5bb91d8a1690
parentapp-i18n/ibus-libpinyin: drop 1.13.1 (diff)
downloadgentoo-85bf40ad337504205632c502051c37efc2dd89b6.tar.gz
gentoo-85bf40ad337504205632c502051c37efc2dd89b6.tar.bz2
gentoo-85bf40ad337504205632c502051c37efc2dd89b6.zip
app-i18n/libpinyin: sync live
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-i18n/libpinyin/libpinyin-9999.ebuild6
1 files 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
}