summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-21 14:40:19 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-22 15:00:03 +0200
commit3c7b7e908005295c4b9e8419b0340e11b8c2635b (patch)
tree3adf35ed8b7dfb118deb55eb021d339aef5490e5 /x11-misc/e16keyedit
parentx11-libs/fox-wrapper: EAPI bump (diff)
downloadgentoo-3c7b7e908005295c4b9e8419b0340e11b8c2635b.tar.gz
gentoo-3c7b7e908005295c4b9e8419b0340e11b8c2635b.tar.bz2
gentoo-3c7b7e908005295c4b9e8419b0340e11b8c2635b.zip
x11-misc/e16keyedit: EAPI bump
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r--x11-misc/e16keyedit/e16keyedit-0.7.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
index 77ee2bbb1a43..922f01990443 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
}