From 3ef89c40f6bc061baf74834ae21e765f1872ffbf Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Tue, 30 Jul 2024 14:22:45 +0200 Subject: sys-boot/dvhtool: remove empty variables Signed-off-by: Filip Kobierski Signed-off-by: Joonas Niilola --- sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sys-boot') 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" -- cgit v1.2.3-65-gdbad