summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-23 13:54:58 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-12-25 00:16:31 +0100
commit4a49c148a4fa357168ec28cdaedee17ccca03a56 (patch)
treee098e032ca0e2bda0fced1efb5369602becb5b9d /dev-util/usb-robot
parentsys-apps/audio-entropyd: EAPI8 bump, fix HOMEPAGE (diff)
downloadgentoo-4a49c148a4fa357168ec28cdaedee17ccca03a56.tar.gz
gentoo-4a49c148a4fa357168ec28cdaedee17ccca03a56.tar.bz2
gentoo-4a49c148a4fa357168ec28cdaedee17ccca03a56.zip
dev-util/usb-robot: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34442 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/usb-robot')
-rw-r--r--dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild b/dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild
index c34cc89d8c12..0cf21c95f629 100644
--- a/dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild
+++ b/dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="USB Reverse engineering tools"
-HOMEPAGE="http://usb-robot.sourceforge.net/"
+HOMEPAGE="https://usb-robot.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
DEPEND="virtual/libusb:0
sys-libs/readline:="