diff options
author | William Hubbs <williamh@gentoo.org> | 2014-12-17 16:05:56 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-12-17 16:05:56 +0000 |
commit | a286d1bbfef462fb78823fb094b54e98538c5b9b (patch) | |
tree | f619b9cee3b924109a5690c47091d2ea17de35d5 /sys-fs/udev | |
parent | Same. (diff) | |
download | gentoo-2-a286d1bbfef462fb78823fb094b54e98538c5b9b.tar.gz gentoo-2-a286d1bbfef462fb78823fb094b54e98538c5b9b.tar.bz2 gentoo-2-a286d1bbfef462fb78823fb094b54e98538c5b9b.zip |
skip automagic detection of libxkbcommon by passing --disable-xkbcommon to econf
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index f71767957846..8bf8e8cfe239 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1101 2014/11/07 12:09:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1102 2014/12/17 16:05:56 williamh Exp $ + + 17 Dec 2014; William Hubbs <williamh@gentoo.org> udev-9999.ebuild: + skip automagic detection of libxkbcommon by passing --disable-xkbcommon to + econf 07 Nov 2014; Samuli Suominen <ssuominen@gentoo.org> -udev-216-r1.ebuild: old diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 20ea1743396a..f104e135c6b9 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-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-fs/udev/udev-9999.ebuild,v 1.322 2014/10/29 04:59:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.323 2014/12/17 16:05:56 williamh Exp $ EAPI=5 @@ -175,6 +175,7 @@ multilib_src_configure() { --disable-python-devel --disable-dbus $(multilib_native_use_enable kmod) + --disable-xkbcommon --disable-seccomp $(multilib_native_use_enable selinux) --disable-xz |