Disable filecaps to avoid circular dependencies.

This commit is contained in:
Alexis Lahouze 2019-07-16 08:50:09 +02:00
parent 27324ccb30
commit 6278a6d533
1 changed files with 12 additions and 1 deletions

View File

@ -33,4 +33,15 @@ export RUBY_TARGETS="ruby26"
export L10N="en fr"
#export USE="gold plugins"
#export USE="-filecaps"
# * Error: circular dependencies:
#
# (virtual/pam-0-r1:0/0::gentoo, ebuild scheduled for merge) depends on
# (sys-libs/pam-1.3.1-r1:0/0::gentoo, ebuild scheduled for merge) (runtime)
# (sys-libs/libcap-2.27:0/0::gentoo, ebuild scheduled for merge) (buildtime)
# (virtual/pam-0-r1:0/0::gentoo, ebuild scheduled for merge) (buildtime)
#
# It might be possible to break this cycle
# by applying any of the following changes:
# - sys-libs/libcap-2.27 (Change USE: -pam)
# - sys-libs/pam-1.3.1-r1 (Change USE: -filecaps)
export USE="-filecaps"