public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-218.ebuild udev-219.ebuild udev-9999.ebuild ChangeLog
Date: Fri,  1 May 2015 18:31:06 +0000 (UTC)	[thread overview]
Message-ID: <20150501183107.279189AB@oystercatcher.gentoo.org> (raw)

floppym     15/05/01 18:31:06

  Modified:             udev-218.ebuild udev-219.ebuild udev-9999.ebuild
                        ChangeLog
  Log:
  Fix build failure when libmount is not built for all multilib abis, bug 533724. Thanks to theprogrammernerd for the patch.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  sys-fs/udev/udev-218.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-218.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-218.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-218.ebuild?r1=1.1&r2=1.2

Index: udev-218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-218.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-218.ebuild	17 Dec 2014 17:17:42 -0000	1.1
+++ udev-218.ebuild	1 May 2015 18:31:06 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-218.ebuild,v 1.1 2014/12/17 17:17:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-218.ebuild,v 1.2 2015/05/01 18:31:06 floppym Exp $
 
 EAPI=5
 
@@ -205,6 +205,12 @@
 		$(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)")
 	)
 
+	if ! multilib_is_native_abi; then
+		econf_args+=(
+			MOUNT_{CFLAGS,LIBS}=' '
+		)
+	fi
+
 	# Use pregenerated copies when possible wrt #480924
 	[[ ${PV} = 9999* ]] || econf_args+=( --disable-manpages )
 



1.3                  sys-fs/udev/udev-219.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-219.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-219.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-219.ebuild?r1=1.2&r2=1.3

Index: udev-219.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-219.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udev-219.ebuild	25 Apr 2015 17:56:15 -0000	1.2
+++ udev-219.ebuild	1 May 2015 18:31:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-219.ebuild,v 1.2 2015/04/25 17:56:15 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-219.ebuild,v 1.3 2015/05/01 18:31:06 floppym Exp $
 
 EAPI=5
 
@@ -205,6 +205,12 @@
 		$(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)")
 	)
 
+	if ! multilib_is_native_abi; then
+		econf_args+=(
+			MOUNT_{CFLAGS,LIBS}=' '
+		)
+	fi
+
 	# Use pregenerated copies when possible wrt #480924
 	[[ ${PV} = 9999* ]] || econf_args+=( --disable-manpages )
 



1.326                sys-fs/udev/udev-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.326&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.326&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.325&r2=1.326

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- udev-9999.ebuild	25 Apr 2015 17:56:15 -0000	1.325
+++ udev-9999.ebuild	1 May 2015 18:31:06 -0000	1.326
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.325 2015/04/25 17:56:15 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.326 2015/05/01 18:31:06 floppym Exp $
 
 EAPI=5
 
@@ -205,6 +205,12 @@
 		$(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)")
 	)
 
+	if ! multilib_is_native_abi; then
+		econf_args+=(
+			MOUNT_{CFLAGS,LIBS}=' '
+		)
+	fi
+
 	# Use pregenerated copies when possible wrt #480924
 	[[ ${PV} = 9999* ]] || econf_args+=( --disable-manpages )
 



1.1107               sys-fs/udev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1106&r2=1.1107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1106
retrieving revision 1.1107
diff -u -r1.1106 -r1.1107
--- ChangeLog	25 Apr 2015 17:56:15 -0000	1.1106
+++ ChangeLog	1 May 2015 18:31:06 -0000	1.1107
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1106 2015/04/25 17:56:15 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1107 2015/05/01 18:31:06 floppym Exp $
+
+  01 May 2015; Mike Gilbert <floppym@gentoo.org> udev-218.ebuild,
+  udev-219.ebuild, udev-9999.ebuild:
+  Fix build failure when libmount is not built for all multilib abis, bug
+  533724. Thanks to theprogrammernerd for the patch.
 
   25 Apr 2015; William Hubbs <williamh@gentoo.org> udev-219.ebuild,
   udev-9999.ebuild:





                 reply	other threads:[~2015-05-01 18:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150501183107.279189AB@oystercatcher.gentoo.org \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox