summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-09 01:21:41 +0100
committerSam James <sam@gentoo.org>2024-05-09 01:21:41 +0100
commit5f3f405a0c65d7a71724f65fc8151fa47400d6c8 (patch)
tree93b15e5efb5e6ea549ce129c78367abf44044d65
parentnet-misc/vmnet: respect CC (diff)
downloadgentoo-5f3f405a0c65d7a71724f65fc8151fa47400d6c8.tar.gz
gentoo-5f3f405a0c65d7a71724f65fc8151fa47400d6c8.tar.bz2
gentoo-5f3f405a0c65d7a71724f65fc8151fa47400d6c8.zip
net-misc/vmnet: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/vmnet/vmnet-0.4-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/vmnet/vmnet-0.4-r2.ebuild b/net-misc/vmnet/vmnet-0.4-r2.ebuild
index 543983c15c39..573adbc16276 100644
--- a/net-misc/vmnet/vmnet-0.4-r2.ebuild
+++ b/net-misc/vmnet/vmnet-0.4-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit flag-o-matic toolchain-funcs
@@ -11,13 +11,14 @@ HOMEPAGE="ftp://ftp.xos.nl/pub/linux/vmnet/"
# So this might be better but it's a different filename
# http://ftp.debian.org/debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz
# We use the debian patch anyway
-SRC_URI="ftp://ftp.xos.nl/pub/linux/${PN}/${P}.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}-1.diff.gz"
+SRC_URI="
+ ftp://ftp.xos.nl/pub/linux/${PN}/${P}.tar.gz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}-1.diff.gz
+"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
RDEPEND="sys-apps/net-tools"
DEPEND="${RDEPEND}"