diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 15:50:19 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 18:36:59 -0400 |
commit | b4ddc37e8e4623e98226b3426c01cd3356316e08 (patch) | |
tree | 34e2f2484da295ee1871ab865b173e7139843566 /app-i18n/scim-m17n | |
parent | app-eselect/eselect-timidity: bump EAPI (diff) | |
download | gentoo-b4ddc37e8e4623e98226b3426c01cd3356316e08.tar.gz gentoo-b4ddc37e8e4623e98226b3426c01cd3356316e08.tar.bz2 gentoo-b4ddc37e8e4623e98226b3426c01cd3356316e08.zip |
app-i18n/scim-m17n: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/scim-m17n')
-rw-r--r-- | app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild b/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild index e870b0ecb280..87039f7d14aa 100644 --- a/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild +++ b/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=6 DESCRIPTION="An input module for Smart Common Input Method (SCIM) which uses m17n as backend" HOMEPAGE="http://www.scim-im.org/projects/imengines" @@ -17,12 +17,6 @@ RDEPEND=">=app-i18n/scim-1.4 DEPEND="${RDEPEND} virtual/pkgconfig" -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog THANKS README -} - pkg_postinst() { elog elog "To use SCIM with both GTK2 and XIM, you should use the following" |