summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-08-28 22:32:16 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-08-28 22:32:16 +0900
commitbecba14d6aa987c4f2fa989696d0570e64fcef2c (patch)
tree79374868c8f912dc01d63262ed2ed701a0a11c1f /app-i18n
parentapp-i18n/ibus-sunpinyin: tidy (diff)
downloadgentoo-becba14d6aa987c4f2fa989696d0570e64fcef2c.tar.gz
gentoo-becba14d6aa987c4f2fa989696d0570e64fcef2c.tar.bz2
gentoo-becba14d6aa987c4f2fa989696d0570e64fcef2c.zip
app-i18n/libhangul: tidy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/libhangul/libhangul-0.1.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-i18n/libhangul/libhangul-0.1.0.ebuild b/app-i18n/libhangul/libhangul-0.1.0.ebuild
index f8ec424da315..d6941f34c962 100644
--- a/app-i18n/libhangul/libhangul-0.1.0.ebuild
+++ b/app-i18n/libhangul/libhangul-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -19,8 +19,6 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
test? ( dev-libs/check )"
-DOCS=(AUTHORS ChangeLog NEWS)
-
src_configure() {
econf \
$(use_enable nls) \
@@ -33,5 +31,5 @@ src_test() {
src_install() {
default
- find "${D}" -name "*.la" -delete || die
+ find "${ED}" -name '*.la' -delete || die
}