diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-10-19 20:31:26 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-23 13:24:36 -0400 |
commit | da2837b1a5c4bcec6b4d251bb01066e342a6819c (patch) | |
tree | 52753eb577e0139337fa9e795275729cfe91ca0b /app-i18n/libhangul | |
parent | app-i18n/mozc: Fix building with GCC <6 (bug #634014). (diff) | |
download | gentoo-da2837b1a5c4bcec6b4d251bb01066e342a6819c.tar.gz gentoo-da2837b1a5c4bcec6b4d251bb01066e342a6819c.tar.bz2 gentoo-da2837b1a5c4bcec6b4d251bb01066e342a6819c.zip |
app-i18n/libhangul: Set subslot based on soname of libhangul.so.
Diffstat (limited to 'app-i18n/libhangul')
-rw-r--r-- | app-i18n/libhangul/libhangul-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/libhangul/libhangul-0.1.0.ebuild b/app-i18n/libhangul/libhangul-0.1.0.ebuild index ec22b8af6eca..26f28d9bdca2 100644 --- a/app-i18n/libhangul/libhangul-0.1.0.ebuild +++ b/app-i18n/libhangul/libhangul-0.1.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI="6" DESCRIPTION="libhangul is a generalized and portable library for processing hangul" HOMEPAGE="https://code.google.com/p/libhangul/" SRC_URI="https://libhangul.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/1" KEYWORDS="amd64 ppc ppc64 x86" IUSE="nls static-libs test" |