summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-30 14:22:45 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-05 10:10:05 +0300
commit3ef89c40f6bc061baf74834ae21e765f1872ffbf (patch)
tree09bcbc61633e31d062f91058537c9e0c2692b1e2 /sys-boot
parentsys-boot/elilo: remove empty IUSE (diff)
downloadgentoo-3ef89c40f6bc061baf74834ae21e765f1872ffbf.tar.gz
gentoo-3ef89c40f6bc061baf74834ae21e765f1872ffbf.tar.bz2
gentoo-3ef89c40f6bc061baf74834ae21e765f1872ffbf.zip
sys-boot/dvhtool: remove empty variables
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
index ba84fd2db50a..ac542155c604 100644
--- a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
+++ b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,17 +8,12 @@ inherit autotools toolchain-funcs
DESCRIPTION="Tool to copy kernel(s) into the volume header on SGI MIPS-based workstations"
HOMEPAGE="http://packages.debian.org/unstable/utils/dvhtool"
SRC_URI="mirror://debian/pool/main/d/dvhtool/dvhtool_${PV}.orig.tar.gz"
+S="${S}.orig"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-S="${S}.orig"
-
PATCHES=(
"${FILESDIR}/${P}-debian.diff"
"${FILESDIR}/${P}-debian-warn_type_guess.diff"