diff options
author | Juan RP <xtraeme@voidlinux.eu> | 2016-03-22 09:39:45 +0000 |
---|---|---|
committer | Juan RP <xtraeme@voidlinux.eu> | 2016-03-22 09:39:45 +0000 |
commit | d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd (patch) | |
tree | c5cdcb80fdc48223758423f47bf68b93f8fdb684 /etc | |
parent | 040aa5a4360caeb851ed45a3b77f152215667fcd (diff) | |
download | void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.tar void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.tar.gz void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.tar.bz2 void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.tar.lz void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.tar.xz void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.tar.zst void-packages-d3bc0de1e721ef0b4a152547f9fc6f56eb527ccd.zip |
xbps-src: get rid of etc/{defaults.,}virtual.
It wasn't too useful after all and this slowed down the dependency
process marginally.
We don't need this, we can live without this.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults.virtual | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/etc/defaults.virtual b/etc/defaults.virtual deleted file mode 100644 index a08e2b93772..00000000000 --- a/etc/defaults.virtual +++ /dev/null @@ -1,22 +0,0 @@ -# --*-- 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. -# -# - Create your own etc/virtual file to override these defaults. -# -libudev-devel eudev-libudev-devel -ConsoleKit-devel ConsoleKit2-devel -libressl-openssl libressl |