13 lines
589 B
Plaintext
13 lines
589 B
Plaintext
# Server side packages.server.dep_rewrite file (this has to stay in /etc/entropy/packages)
|
|
# Using this file, you can blacklist arbitrary broken dependencies
|
|
# detected by Entropy broken libraries QA routine.
|
|
|
|
# LINE CONSTRUCTION:
|
|
# <pkg> <blacklisted_dependency_1> [<blacklisted_dependency_1> ...]
|
|
# pkg = package containing dependency to match
|
|
# blacklisted_dependency_n = blacklisted dependency string
|
|
# See examples below
|
|
|
|
# EXAMPLES:
|
|
app-admin/anaconda x11-libs/libXmu:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 x11-libs/libXrender:0 x11-libs/pixman:0 x11-libs/pango:0 media-libs/mesa:0
|