Skip to content

Commit

Permalink
x11-misc/imwheel: bump EAPI and drop eutils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
FuzzyGophers committed May 26, 2018
1 parent dae6286 commit 1aab8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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
}
Expand All @@ -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
}

0 comments on commit 1aab8e9

Please sign in to comment.