sys-apps/makedev: Sync with Gentoo

It's from Gentoo commit c0d826349c6a1bd6f7e0d001196a43325a02ac85.
This commit is contained in:
Flatcar Buildbot 2023-07-17 07:13:21 +00:00 committed by Sayan Chowdhury
parent 62a3732da4
commit c058063d56
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -20,7 +20,17 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="build selinux" IUSE="build selinux"
RDEPEND="!<sys-apps/baselayout-2.0.0_rc" GROUP_DEPEND="
acct-group/disk
acct-group/floppy
acct-group/kmem
acct-group/lp
acct-group/tty
acct-group/uucp
"
IDEPEND="build? ( ${GROUP_DEPEND} )"
RDEPEND="${GROUP_DEPEND}
!<sys-apps/baselayout-2.0.0_rc"
PATCHES=( PATCHES=(
"${FILESDIR}"/${P}-headers.patch # bug #339674 "${FILESDIR}"/${P}-headers.patch # bug #339674