diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-30 19:33:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-30 19:33:11 +0000 |
commit | 4c77225d33cb1f6053b3f7977aca466663cc1f3d (patch) | |
tree | b67d85bfeaa3955418c0cfd499712ecd960d83cc /sys-fs/vhba | |
parent | old (diff) | |
download | gentoo-2-4c77225d33cb1f6053b3f7977aca466663cc1f3d.tar.gz gentoo-2-4c77225d33cb1f6053b3f7977aca466663cc1f3d.tar.bz2 gentoo-2-4c77225d33cb1f6053b3f7977aca466663cc1f3d.zip |
Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-20130607.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog index 1af0cda22050..2170659fb147 100644 --- a/sys-fs/vhba/ChangeLog +++ b/sys-fs/vhba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/vhba -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.47 2013/10/20 22:07:01 tetromino Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.48 2014/07/30 19:33:11 ssuominen Exp $ + + 30 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> vhba-20130607.ebuild: + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() + version. 20 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org> -vhba-20120422-r1.ebuild, vhba-20130607.ebuild: diff --git a/sys-fs/vhba/vhba-20130607.ebuild b/sys-fs/vhba/vhba-20130607.ebuild index ff286cc0cf7a..ef16b32c2c91 100644 --- a/sys-fs/vhba/vhba-20130607.ebuild +++ b/sys-fs/vhba/vhba-20130607.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v 1.4 2013/10/20 22:07:01 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v 1.5 2014/07/30 19:33:11 ssuominen Exp $ EAPI="5" @@ -44,8 +44,8 @@ src_install() { linux-mod_src_install einfo "Generating udev rules ..." - dodir "$(udev_get_udevdir)"/rules.d - cat > "${D}/$(udev_get_udevdir)"/rules.d/70-vhba.rules <<-EOF || die + dodir "$(get_udevdir)"/rules.d + cat > "${D}/$(get_udevdir)"/rules.d/70-vhba.rules <<-EOF || die # do not edit this file, it will be overwritten on update # KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu" |