diff options
author | Richard Yao <ryao@gentoo.org> | 2012-08-11 20:05:05 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2012-08-11 20:05:05 +0000 |
commit | 453b41aa42d9cee7fe46dabdacf8a529de85c1b1 (patch) | |
tree | ea45acf20b1812e7a6820b24e3590b6a8c39295a | |
parent | Add Debian patches to fix building with glib-2.32 (bug #428314, thanks to Die... (diff) | |
download | gentoo-2-453b41aa42d9cee7fe46dabdacf8a529de85c1b1.tar.gz gentoo-2-453b41aa42d9cee7fe46dabdacf8a529de85c1b1.tar.bz2 gentoo-2-453b41aa42d9cee7fe46dabdacf8a529de85c1b1.zip |
Fix problem caused by first attempt at udev directory detection
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r-- | sys-fs/zfs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog index f93ba2a9652a..dd18fdc8a69a 100644 --- a/sys-fs/zfs/ChangeLog +++ b/sys-fs/zfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/zfs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.42 2012/08/09 13:28:12 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.43 2012/08/11 20:05:05 ryao Exp $ + + 11 Aug 2012; Richard Yao <ryao@gentoo.org> zfs-0.6.0_rc9-r6.ebuild, + zfs-9999.ebuild: + Fix problem caused by first attempt at udev directory detection 09 Aug 2012; Richard Yao <ryao@gentoo.org> zfs-0.6.0_rc9-r6.ebuild, zfs-9999.ebuild: diff --git a/sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild b/sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild index 1b24b88b8c4f..ceeb58aa17a4 100644 --- a/sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild +++ b/sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild,v 1.4 2012/08/09 13:28:12 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r6.ebuild,v 1.5 2012/08/11 20:05:05 ryao Exp $ EAPI="4" @@ -110,7 +110,7 @@ src_configure() { --with-config=all --with-linux="${KV_DIR}" --with-linux-obj="${KV_OUT_DIR}" - --with-udevdir="$(tc-getPKG_CONFIG) --variable=udevdir udev" + --with-udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)" $(use_enable debug) ) autotools-utils_src_configure diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index de1016d3cb0d..dd9608c538d9 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.32 2012/08/09 13:28:12 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.33 2012/08/11 20:05:05 ryao Exp $ EAPI="4" @@ -110,7 +110,7 @@ src_configure() { --with-config=all --with-linux="${KV_DIR}" --with-linux-obj="${KV_OUT_DIR}" - --with-udevdir="$(tc-getPKG_CONFIG) --variable=udevdir udev" + --with-udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)" $(use_enable debug) ) autotools-utils_src_configure |