From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A7C921389E2 for ; Fri, 26 Dec 2014 19:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97821E0CF2; Fri, 26 Dec 2014 19:58:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44DCDE0CF2 for ; Fri, 26 Dec 2014 19:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A9DC33F9D2 for ; Fri, 26 Dec 2014 19:58:57 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2304) id D6B66D6E9; Fri, 26 Dec 2014 19:58:55 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: systemd-9999.ebuild ChangeLog X-VCS-Directories: sys-apps/systemd X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141226195855.D6B66D6E9@oystercatcher.gentoo.org> Date: Fri, 26 Dec 2014 19:58:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb3613ef-393f-47cf-a30c-0ff3874a0b03 X-Archives-Hash: 5ab03aecc0f28f9dbf29614d61c9abf1 floppym 14/12/26 19:58:55 Modified: systemd-9999.ebuild ChangeLog Log: Apply previous change to live ebuild. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.153 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.153&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.153&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.152&r2=1.153 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- systemd-9999.ebuild 20 Dec 2014 08:25:20 -0000 1.152 +++ systemd-9999.ebuild 26 Dec 2014 19:58:55 -0000 1.153 @@ -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.152 2014/12/20 08:25:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.153 2014/12/26 19:58:55 floppym Exp $ EAPI=5 @@ -277,6 +277,8 @@ if ! multilib_is_native_abi; then myeconfargs+=( + MOUNT_{CFLAGS,LIBS}=' ' + ac_cv_search_cap_init= ac_cv_header_sys_capability_h=yes ) 1.331 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.331&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.331&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.330&r2=1.331 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.330 retrieving revision 1.331 diff -u -r1.330 -r1.331 --- ChangeLog 26 Dec 2014 15:08:48 -0000 1.330 +++ ChangeLog 26 Dec 2014 19:58:55 -0000 1.331 @@ -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.330 2014/12/26 15:08:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.331 2014/12/26 19:58:55 floppym Exp $ + + 26 Dec 2014; Mike Gilbert systemd-9999.ebuild: + Apply previous change to live ebuild. 26 Dec 2014; Michał Górny systemd-218-r1.ebuild: Work-around unnecessary non-native libmount/util-linux dep, bug #533602.