diff options
author | 2012-03-22 17:11:41 +0000 | |
---|---|---|
committer | 2012-03-22 17:11:41 +0000 | |
commit | 8fc3bcc0c97f188b5d780aa02dee32853ad1b6b6 (patch) | |
tree | 69c42951acb85c30c5b14748700cd28c61f84ff6 /sys-fs/udev | |
parent | [sys-infiniband/libcxgb3] Drop duplicated keywords line bug #409337 (diff) | |
download | gentoo-2-8fc3bcc0c97f188b5d780aa02dee32853ad1b6b6.tar.gz gentoo-2-8fc3bcc0c97f188b5d780aa02dee32853ad1b6b6.tar.bz2 gentoo-2-8fc3bcc0c97f188b5d780aa02dee32853ad1b6b6.zip |
re-order the econf options to match udev help.
(Portage version: 2.2.0_alpha93/cvs/Linux i686)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 22 |
2 files changed, 15 insertions, 12 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 5adf8c21e3c0..29fafd550878 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.668 2012/03/22 15:42:42 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.669 2012/03/22 17:11:41 williamh Exp $ + + 22 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild: + re-order the econf options to match udev help. 22 Mar 2012; William Hubbs <williamh@gentoo.org> udev-9999.ebuild: quoting fixes, make all tests use [[ and use $D for $ED since we are not on diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 96e65ff421ec..f19c49293963 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-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/udev/udev-9999.ebuild,v 1.90 2012/03/22 15:42:42 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.91 2012/03/22 17:11:41 williamh Exp $ EAPI=4 @@ -146,23 +146,23 @@ src_configure() { filter-flags -fprefetch-loop-arrays econf \ - --with-rootprefix=/ \ - --libdir=/usr/$(get_libdir) \ --libexecdir=/lib \ + --libdir=/usr/$(get_libdir) \ + --docdir=/usr/share/doc/${PF} \ $(use_enable static-libs static) \ - $(use_with selinux) \ + $(use_enable doc gtk-doc) \ $(use_enable debug) \ - $(use_enable rule_generator) \ - --with-pci-ids-path=/usr/share/misc/pci.ids \ - --with-usb-ids-path=/usr/share/misc/usb.ids \ $(use_enable gudev) \ $(use_enable introspection) \ $(use_enable keymap) \ + $(use_enable rule_generator) \ $(use_enable floppy) \ - $(use_enable doc gtk-doc) \ - "$(systemd_with_unitdir)" \ - --docdir=/usr/share/doc/${PF} \ - --with-html-dir=/usr/share/doc/${PF}/html + --with-html-dir=/usr/share/doc/${PF}/html \ + --with-rootprefix=/ \ + $(use_with selinux) \ + --with-usb-ids-path=/usr/share/misc/usb.ids \ + --with-pci-ids-path=/usr/share/misc/pci.ids \ + "$(systemd_with_unitdir)" } src_install() |