mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
sys-boot/dvhtool: remove empty variables
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
38b54bb931
commit
3ef89c40f6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user