diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-02-26 06:57:06 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-12 19:16:01 +0100 |
commit | 80df7c19177b8333aae4e986a7fffb9d0a657b25 (patch) | |
tree | c6740a2e0bbe7c4f3e1cbfa02c0c04d96fc47a3d /sys-apps/debianutils | |
parent | sys-kernel/linux-firmware: add 20240312 (diff) | |
download | gentoo-80df7c19177b8333aae4e986a7fffb9d0a657b25.tar.gz gentoo-80df7c19177b8333aae4e986a7fffb9d0a657b25.tar.bz2 gentoo-80df7c19177b8333aae4e986a7fffb9d0a657b25.zip |
sys-apps/debianutils: drop installkernel use flag
Random packages requiring some tool from Debian should not cause the kernel
installation process to change.
The dropping of the debianutils dependency in ca-certificates has already
caused some surprises due to installkernel being depcleaned. The origin of the
problem lies here in debianutils, users unknowingly use and rely on
installkernel but do not have it in their world file because it was implicitly
pulled in by some package that happens to use the run-parts command.
And also the other way around. If I am one of the users that wants to do
everything manually, I should not have my 'make install' unknowingly altered
by some package that I installed which pulled debianutils into the depgraph.
Drop this unused runtime dependency (which is against policy to begin with) and
its accompanying flag. A news item will be posted to notify users of this change
and instruct them to add installkernel to their world file.
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/35533
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/debianutils-5.14-r1.ebuild (renamed from sys-apps/debianutils/debianutils-5.14.ebuild) | 6 | ||||
-rw-r--r-- | sys-apps/debianutils/metadata.xml | 6 |
2 files changed, 1 insertions, 11 deletions
diff --git a/sys-apps/debianutils/debianutils-5.14.ebuild b/sys-apps/debianutils/debianutils-5.14-r1.ebuild index ade4ad363a49..fc46992478ea 100644 --- a/sys-apps/debianutils/debianutils-5.14.ebuild +++ b/sys-apps/debianutils/debianutils-5.14-r1.ebuild @@ -12,11 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${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 ) diff --git a/sys-apps/debianutils/metadata.xml b/sys-apps/debianutils/metadata.xml index 42573629d611..b0d83aa2e489 100644 --- a/sys-apps/debianutils/metadata.xml +++ b/sys-apps/debianutils/metadata.xml @@ -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> |