Disable filecaps to avoid circular dependencies.
This commit is contained in:
parent
27324ccb30
commit
6278a6d533
13
catalystrc
13
catalystrc
@ -33,4 +33,15 @@ export RUBY_TARGETS="ruby26"
|
|||||||
export L10N="en fr"
|
export L10N="en fr"
|
||||||
|
|
||||||
#export USE="gold plugins"
|
#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"
|
||||||
|
Loading…
Reference in New Issue
Block a user