mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 15:36:58 +02:00
eclass/virtualx: Sync with Gentoo
It's from Gentoo commit ff34b7df01906142b9fbc2f4b18a2de6a5703511.
This commit is contained in:
parent
f5a300842a
commit
92f7976dbd
@ -22,11 +22,11 @@ _VIRTUALX_ECLASS=1
|
||||
# @DESCRIPTION:
|
||||
# Variable specifying the dependency on xorg-server and xhost.
|
||||
# Possible special values are "always" and "manual", which specify
|
||||
# the dependency to be set unconditionaly or not at all.
|
||||
# the dependency to be set unconditionally or not at all.
|
||||
# Any other value is taken as useflag desired to be in control of
|
||||
# the dependency (eg. VIRTUALX_REQUIRED="kde" will add the dependency
|
||||
# into "kde? ( )" and add kde into IUSE.
|
||||
: ${VIRTUALX_REQUIRED:=test}
|
||||
: "${VIRTUALX_REQUIRED:=test}"
|
||||
|
||||
# @ECLASS_VARIABLE: VIRTUALX_DEPEND
|
||||
# @OUTPUT_VARIABLE
|
||||
|
Loading…
Reference in New Issue
Block a user