diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-24 14:12:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-24 14:12:53 +0000 |
commit | fcaac579143508d99b6f57ded9401df2fd60e85e (patch) | |
tree | 6ac2550c8b8f92d4c90d4be1f0a4cb0a59c01a36 /sys-fs | |
parent | update elog info to tell people to run mtxrun --generate, bug #555564 (diff) | |
download | gentoo-2-fcaac579143508d99b6f57ded9401df2fd60e85e.tar.gz gentoo-2-fcaac579143508d99b6f57ded9401df2fd60e85e.tar.bz2 gentoo-2-fcaac579143508d99b6f57ded9401df2fd60e85e.zip |
forcibly disable gnuefi as systemd-boot is not built and checking for gnuefi in configure bails out when cross compiling
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/udev/udev-222.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 10faa4f05fb8..32b7b780240e 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -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.1119 2015/07/21 02:19:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1120 2015/07/24 14:12:53 aballier Exp $ + + 24 Jul 2015; Alexis Ballier <aballier@gentoo.org> udev-222.ebuild, + udev-9999.ebuild: + forcibly disable gnuefi as systemd-boot is not built and checking for gnuefi + in configure bails out when cross compiling 21 Jul 2015; Mike Gilbert <floppym@gentoo.org> udev-222.ebuild, udev-9999.ebuild: diff --git a/sys-fs/udev/udev-222.ebuild b/sys-fs/udev/udev-222.ebuild index 90d2140dea8b..f9a2b18b4d1e 100644 --- a/sys-fs/udev/udev-222.ebuild +++ b/sys-fs/udev/udev-222.ebuild @@ -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-222.ebuild,v 1.5 2015/07/21 02:19:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-222.ebuild,v 1.6 2015/07/24 14:12:53 aballier Exp $ EAPI=5 @@ -176,6 +176,7 @@ multilib_src_configure() { --disable-libcryptsetup --disable-qrencode --disable-microhttpd + --disable-gnuefi --disable-gnutls --disable-libcurl --disable-libidn diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 853a8eceb4b6..c77af69dc80a 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -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.332 2015/07/21 02:19:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.333 2015/07/24 14:12:53 aballier Exp $ EAPI=5 @@ -177,6 +177,7 @@ multilib_src_configure() { --disable-libcryptsetup --disable-qrencode --disable-microhttpd + --disable-gnuefi --disable-gnutls --disable-libcurl --disable-libidn |