diff options
author | 2009-12-30 08:54:48 +0000 | |
---|---|---|
committer | 2009-12-30 08:54:48 +0000 | |
commit | 67eca62b74d486c592f5513c68163aa92847e87e (patch) | |
tree | 95065280c21931b65c291b10942700f86412ddca /sys-fs/udev/udev-9999.ebuild | |
parent | give start-stop-daemon the pidfile so multiple syslog-ng processes can be run... (diff) | |
download | gentoo-2-67eca62b74d486c592f5513c68163aa92847e87e.tar.gz gentoo-2-67eca62b74d486c592f5513c68163aa92847e87e.tar.bz2 gentoo-2-67eca62b74d486c592f5513c68163aa92847e87e.zip |
Sync live ebuild to udev-149.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 6fe872f4f433..ef17f0b52fa4 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.23 2009/11/19 08:17:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.24 2009/12/30 08:54:48 zzam Exp $ EAPI="1" @@ -30,7 +30,7 @@ COMMON_DEPEND="selinux? ( sys-libs/libselinux ) dev-libs/glib:2 ) >=sys-apps/util-linux-2.16 - >=sys-libs/glibc-2.7" + >=sys-libs/glibc-2.9" DEPEND="${COMMON_DEPEND} extras? ( dev-util/gperf ) @@ -295,10 +295,6 @@ src_install() { cd docs/writing_udev_rules mv index.html writing_udev_rules.html dohtml *.html - cd "${S}" - - echo "CONFIG_PROTECT_MASK=\"/etc/udev/rules.d\"" > 20udev - doenvd 20udev } pkg_preinst() { |