dev-util/usb-robot: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-27 18:06:20 -04:00
parent 35cdbd6cb6
commit e27d13b3f2

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
EAPI=6
inherit toolchain-funcs
@@ -19,10 +19,5 @@ DEPEND="virtual/libusb:0
RDEPEND="${DEPEND}"
src_compile() {
emake CC="$(tc-getCC)" || die "emake failed"
}
src_install () {
emake install DESTDIR="${D}" || die
dodoc AUTHORS NEWS README ChangeLog
emake CC="$(tc-getCC)"
}