commit: 03a158222620330f430bcae444435350c9919f0e Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Sep 23 23:54:38 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 23:55:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a15822
net-wireless/hidclient: port to EAPI=7 Closes: https://bugs.gentoo.org/740984 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-wireless/hidclient/hidclient-20120728.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-wireless/hidclient/hidclient-20120728.ebuild b/net-wireless/hidclient/hidclient-20120728.ebuild index 0dc32ee4fc0..77d1882e772 100644 --- a/net-wireless/hidclient/hidclient-20120728.ebuild +++ b/net-wireless/hidclient/hidclient-20120728.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit epatch +EAPI=7 DESCRIPTION="Use your machine as a bluetooh keyboard/mouse" HOMEPAGE="http://anselm.hoffmeister.be/computer/hidclient/" @@ -21,7 +19,8 @@ RDEPEND="${DEPEND} S="${WORKDIR}" src_prepare() { - epatch "${FILESDIR}"/${P}-glibc-2.30.patch + eapply_user + eapply "${FILESDIR}"/${P}-glibc-2.30.patch sed -i 's#gcc#$(CC)#' Makefile sed -i 's#-O2#$(CFLAGS) $(LDFLAGS)#' Makefile }
