diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-02-24 22:34:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-02-24 22:34:44 +0000 |
commit | eb9699e2f423ea8f53406ffdcfe2ad49c0d0cafe (patch) | |
tree | 58c2afb74cb6e51a1b01375d70deee2784b6c8bd /sys-apps | |
parent | Add arm love for Chromium OS. (diff) | |
download | gentoo-2-eb9699e2f423ea8f53406ffdcfe2ad49c0d0cafe.tar.gz gentoo-2-eb9699e2f423ea8f53406ffdcfe2ad49c0d0cafe.tar.bz2 gentoo-2-eb9699e2f423ea8f53406ffdcfe2ad49c0d0cafe.zip |
Bump required glibc version, remove second (redundant) --enable-compat-libs.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 073e37cd247b..48a36ba30cac 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.224 2014/02/24 02:29:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.225 2014/02/24 22:34:44 mgorny Exp $ + + 24 Feb 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild: + Bump required glibc version, remove second (redundant) --enable-compat-libs. 24 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild: Fix build with USE=python (missing dep on lxml). diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 03c97de3205d..5d13aa3b7472 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.89 2014/02/24 02:29:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.90 2014/02/24 22:34:44 mgorny Exp $ EAPI=5 @@ -63,7 +63,7 @@ RDEPEND="${COMMON_DEPEND} <sys-apps/sysvinit-2.88-r4 ) !sys-auth/nss-myhostname - !<sys-libs/glibc-2.10 + !<sys-libs/glibc-2.14 !sys-fs/udev" # sys-apps/daemon: the daemon only (+ build-time lib dep for tests) @@ -226,7 +226,6 @@ multilib_src_configure() { DBUS_CFLAGS=' ' DBUS_LIBS=' ' - --enable-compat-libs --disable-acl --disable-audit --disable-gcrypt |