void-packages/etc/defaults.virtual
Juan RP 75b6468fa0 Introduce a way to override dependencies for all pkgs thru a file.
The `etc/defaults.virtual` file contains the default replacement
for our use cases; at this moment we only use it to use `eudev`
rather than `systemd` for udev.

If `etc/virtual` exists it overrides the settings of `etc/defaults.virtual`.
2014-09-06 12:43:24 +02:00

23 lines
783 B
Plaintext

# --*-- shell --*--
#
# etc/defaults.virtual
# default configuration of etc/virtual
#
# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING UPDATES,
# EDIT etc/virtual INSTEAD.
#
# This file specifies a mapping between virtual packages and real packages
# available in the source packages collection (srcpkgs).
#
# The format uses 2 arguments delimited by a blank: <vpkgname> <realpkgname>
#
# If a source package depends on a virtual package (<vpkgname>) and there's
# a replacement defined in that file, <realpkgname> will be used to resolve
# the dependency instead.
#
# - Please add entries sorted alphabetically on its first argument.
# - Create your own etc/virtual file to override these defaults.
#
libgudev-devel eudev-libgudev-devel
libudev-devel eudev-libudev-devel