Skip to content

Commit

Permalink
app-i18n/libhangul: Use EAPI="7".
Browse files Browse the repository at this point in the history
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Nov 16, 2020
1 parent 4b19250 commit b19f27e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-i18n/libhangul/libhangul-0.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 2006-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"

DESCRIPTION="Library for hangul input method logic, hanja dictionary"
HOMEPAGE="https://github.com/libhangul/libhangul"
Expand All @@ -13,11 +13,11 @@ KEYWORDS="amd64 ppc ppc64 x86"
IUSE="nls static-libs test"
RESTRICT="!test? ( test )"

BDEPEND="virtual/pkgconfig
nls? ( sys-devel/gettext )"
RDEPEND="virtual/libiconv
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
test? ( dev-libs/check )"

src_configure() {
Expand All @@ -32,5 +32,5 @@ src_test() {

src_install() {
default
find "${ED}" -name '*.la' -delete || die
find "${ED}" -name "*.la" -delete || die
}

0 comments on commit b19f27e

Please sign in to comment.