commit:     3c7b7e908005295c4b9e8419b0340e11b8c2635b
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Apr 21 19:40:19 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 13:00:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7b7e90

x11-misc/e16keyedit: EAPI bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 x11-misc/e16keyedit/e16keyedit-0.7.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild 
b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
index 77ee2bbb1a4..922f0199044 100644
--- a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
+++ b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Key binding editor for enlightenment 16"
 HOMEPAGE="https://www.enlightenment.org/";
 SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
@@ -14,12 +16,6 @@ RDEPEND="=x11-libs/gtk+-2*"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-src_compile() {
-       econf --enable-gtk2 || die
-       emake || die
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc README ChangeLog AUTHORS
+src_configure() {
+       econf --enable-gtk2
 }

Reply via email to