diff options
Diffstat (limited to 'sys-power/nut/nut-2.6.5.ebuild')
-rw-r--r-- | sys-power/nut/nut-2.6.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/nut/nut-2.6.5.ebuild b/sys-power/nut/nut-2.6.5.ebuild index ddfbeddc794c..a8e8c5343d09 100644 --- a/sys-power/nut/nut-2.6.5.ebuild +++ b/sys-power/nut/nut-2.6.5.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-power/nut/nut-2.6.5.ebuild,v 1.1 2012/10/16 02:01:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild,v 1.2 2012/12/03 02:05:51 ssuominen Exp $ EAPI=2 inherit autotools bash-completion eutils fixheadtails multilib user @@ -25,7 +25,7 @@ RDEPEND="avahi? ( net-dns/avahi ) ssl? ( >=dev-libs/openssl-1 ) tcpd? ( sys-apps/tcp-wrappers ) xml? ( >=net-libs/neon-0.25.0 ) - >=sys-fs/udev-114" + virtual/udev" DEPEND="$RDEPEND >=sys-apps/sed-4 virtual/pkgconfig" @@ -162,7 +162,7 @@ src_install() { fi # this is installed for 2.4 and fbsd guys - if ! has_version sys-fs/udev; then + if ! has_version virtual/udev; then einfo "Installing non-udev hotplug support" insinto /etc/hotplug/usb insopts -m 755 |