summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r--x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index bef62cd2ef71..87c285d6cef2 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit autotools eutils
+inherit autotools
DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons"
HOMEPAGE="http://imwheel.sourceforge.net/"
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_prepare() {
+ default
sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die
eautoreconf
}
@@ -38,5 +39,4 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog EMACS M-BA47 NEWS README TODO
}