diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-23 19:54:38 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-23 19:55:28 -0400 |
commit | 03a158222620330f430bcae444435350c9919f0e (patch) | |
tree | a8794e21d76bcadd2bed0321ff069f01bc9792ee | |
parent | app-admin/github-backup-utils: bump, py3 support (diff) | |
download | gentoo-03a158222620330f430bcae444435350c9919f0e.tar.gz gentoo-03a158222620330f430bcae444435350c9919f0e.tar.bz2 gentoo-03a158222620330f430bcae444435350c9919f0e.zip |
net-wireless/hidclient: port to EAPI=7
Closes: https://bugs.gentoo.org/740984
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | net-wireless/hidclient/hidclient-20120728.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-wireless/hidclient/hidclient-20120728.ebuild b/net-wireless/hidclient/hidclient-20120728.ebuild index 0dc32ee4fc03..77d1882e7720 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 } |