mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-devel/gcc: tweak/simplify *DEPEND
Bug: https://bugs.gentoo.org/830454 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~
|
||||
# Technically only if USE=hardened *too* right now, but no point in complicating it further.
|
||||
# If GCC is enabling CET by default, we need glibc to be built with support for it.
|
||||
# bug #830454
|
||||
RDEPEND="elibc_glibc? ( cet? ( sys-libs/glibc[cet(-)] ) )"
|
||||
RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${CATEGORY}/binutils[cet(-)?]"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -15,7 +15,8 @@ inherit toolchain
|
||||
# Technically only if USE=hardened *too* right now, but no point in complicating it further.
|
||||
# If GCC is enabling CET by default, we need glibc to be built with support for it.
|
||||
# bug #830454
|
||||
RDEPEND="elibc_glibc? ( cet? ( sys-libs/glibc[cet(-)] ) )"
|
||||
RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${CATEGORY}/binutils[cet(-)?]"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -17,7 +17,8 @@ inherit toolchain
|
||||
# Technically only if USE=hardened *too* right now, but no point in complicating it further.
|
||||
# If GCC is enabling CET by default, we need glibc to be built with support for it.
|
||||
# bug #830454
|
||||
RDEPEND="elibc_glibc? ( cet? ( sys-libs/glibc[cet(-)] ) )"
|
||||
RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${CATEGORY}/binutils[cet(-)?]"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user