sys-apps/debianutils: Sync with Gentoo

It's from Gentoo commit 6c6f7aa51094ea21fa620b8f11b0caba504552cd.
This commit is contained in:
Flatcar Buildbot 2024-03-25 07:15:29 +00:00 committed by Krzesimir Nowak
parent cba40ff06d
commit 489d6c4655
2 changed files with 3 additions and 12 deletions

View File

@ -7,16 +7,13 @@ inherit autotools flag-o-matic
DESCRIPTION="A selection of tools from Debian"
HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
#SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
SRC_URI="mirror://gentoo/e7/${PN}_${PV}.tar.xz"
LICENSE="BSD GPL-2 SMAIL"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
IUSE="+installkernel static"
PDEPEND="
installkernel? ( sys-kernel/installkernel )
"
IUSE="static"
PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )

View File

@ -5,10 +5,4 @@
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="installkernel">
Install /sbin/installkernel script (for Linux).
installkernel is required whenever a kernel will be installed via make install
</flag>
</use>
</pkgmetadata>