mgorny 14/12/26 15:08:48 Modified: systemd-218-r1.ebuild ChangeLog Log: Work-around unnecessary non-native libmount/util-linux dep, bug #533602. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 sys-apps/systemd/systemd-218-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?r1=1.3&r2=1.4 Index: systemd-218-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- systemd-218-r1.ebuild 20 Dec 2014 08:25:20 -0000 1.3 +++ systemd-218-r1.ebuild 26 Dec 2014 15:08:48 -0000 1.4 @@ -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-218-r1.ebuild,v 1.3 2014/12/20 08:25:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 1.4 2014/12/26 15:08:48 mgorny Exp $ EAPI=5 @@ -252,6 +252,8 @@ if ! multilib_is_native_abi; then myeconfargs+=( + MOUNT_{CFLAGS,LIBS}=' ' + ac_cv_search_cap_init= ac_cv_header_sys_capability_h=yes ) 1.330 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.330&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.330&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.329&r2=1.330 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.329 retrieving revision 1.330 diff -u -r1.329 -r1.330 --- ChangeLog 20 Dec 2014 08:25:20 -0000 1.329 +++ ChangeLog 26 Dec 2014 15:08:48 -0000 1.330 @@ -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.329 2014/12/20 08:25:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.330 2014/12/26 15:08:48 mgorny Exp $ + + 26 Dec 2014; Michał Górny <[email protected]> systemd-218-r1.ebuild: + Work-around unnecessary non-native libmount/util-linux dep, bug #533602. 20 Dec 2014; Michał Górny <[email protected]> systemd-216-r2.ebuild, systemd-217-r4.ebuild, systemd-218-r1.ebuild, systemd-9999.ebuild:
