diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 14:50:49 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 14:50:49 +0000 |
commit | 567d400a4be5533f36871ab2e8d4b082088a47c8 (patch) | |
tree | c0449679b0cfb5d409113927959390404de458c2 /media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild | |
parent | Use udev_newrules function to install udev rules into correct path. (diff) | |
download | gentoo-2-567d400a4be5533f36871ab2e8d4b082088a47c8.tar.gz gentoo-2-567d400a4be5533f36871ab2e8d4b082088a47c8.tar.bz2 gentoo-2-567d400a4be5533f36871ab2e8d4b082088a47c8.zip |
virtualized references to sys-fs/udev
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild b/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild index 470be889f6a3..a68ae3fac78f 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.4-r1.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/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.5 2012/12/07 19:44:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.6 2012/12/11 14:50:49 axs Exp $ EAPI="2" @@ -186,7 +186,7 @@ pkg_preinst() { } pkg_postinst() { - if has_version sys-fs/devfsd || ! has_version sys-fs/udev ; then + if has_version sys-fs/devfsd || ! has_version virtual/udev ; then elog "This package has been designed with udev in mind. Other solutions, such as" elog "devfs or a static /dev tree might work, but are generally discouraged and" elog "not supported. If you decide to switch to udev, you might want to have a" |