diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 18:06:20 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:52 -0400 |
commit | e27d13b3f28a72bf0e59eba6d03d3655a3099749 (patch) | |
tree | f7b3d8376f7587b02b2ff99c239ce41b784e9cb9 /dev-util | |
parent | dev-tcltk/tktable: bump EAPI (diff) | |
download | gentoo-e27d13b3f28a72bf0e59eba6d03d3655a3099749.tar.gz gentoo-e27d13b3f28a72bf0e59eba6d03d3655a3099749.tar.bz2 gentoo-e27d13b3f28a72bf0e59eba6d03d3655a3099749.zip |
dev-util/usb-robot: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/usb-robot/usb-robot-0.2.0.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-util/usb-robot/usb-robot-0.2.0.ebuild b/dev-util/usb-robot/usb-robot-0.2.0.ebuild index 81f343715d57..fb7162d691be 100644 --- a/dev-util/usb-robot/usb-robot-0.2.0.ebuild +++ b/dev-util/usb-robot/usb-robot-0.2.0.ebuild @@ -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)" } |