mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #583 from marineam/headers
fix(sys-apps/systemd): Stabilize linux headers 3.13 for systemd
This commit is contained in:
commit
7d5e343043
@ -97,3 +97,8 @@ dev-util/checkbashisms
|
|||||||
|
|
||||||
# Includes fix for checking mount status of loop devices
|
# Includes fix for checking mount status of loop devices
|
||||||
=sys-fs/btrfs-progs-3.14_pre20140414
|
=sys-fs/btrfs-progs-3.14_pre20140414
|
||||||
|
|
||||||
|
# Current systemd git requires >= 3.10 to build,
|
||||||
|
# use 3.13 since Gentoo is starting to stabilize that one:
|
||||||
|
# https://bugs.gentoo.org/show_bug.cgi?id=507096
|
||||||
|
=sys-kernel/linux-headers-3.13
|
||||||
|
@ -78,15 +78,13 @@ PDEPEND=">=sys-apps/dbus-1.6.8-r1:0
|
|||||||
policykit? ( sys-auth/polkit )
|
policykit? ( sys-auth/polkit )
|
||||||
!vanilla? ( sys-apps/gentoo-systemd-integration )"
|
!vanilla? ( sys-apps/gentoo-systemd-integration )"
|
||||||
|
|
||||||
# Newer linux-headers needed by ia64, bug #480218
|
|
||||||
DEPEND="${COMMON_DEPEND}
|
DEPEND="${COMMON_DEPEND}
|
||||||
app-arch/xz-utils:0
|
app-arch/xz-utils:0
|
||||||
dev-util/gperf
|
dev-util/gperf
|
||||||
>=dev-util/intltool-0.50
|
>=dev-util/intltool-0.50
|
||||||
>=sys-devel/binutils-2.23.1
|
>=sys-devel/binutils-2.23.1
|
||||||
>=sys-devel/gcc-4.6
|
>=sys-devel/gcc-4.6
|
||||||
>=sys-kernel/linux-headers-${MINKV}
|
>=sys-kernel/linux-headers-3.13
|
||||||
ia64? ( >=sys-kernel/linux-headers-3.9 )
|
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
doc? ( >=dev-util/gtk-doc-1.18 )
|
doc? ( >=dev-util/gtk-doc-1.18 )
|
||||||
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
|
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user