Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 260655 Details for
Bug 352666
virtualx.eclass should depend on x11-base/xorg-server[-minimal]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
virtualx.eclass.patch (text/plain), 933 bytes, created by
Nikoli
on 2011-01-25 11:24:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nikoli
Created:
2011-01-25 11:24:13 UTC
Size:
933 bytes
patch
obsolete
>--- eclass/virtualx.eclass.orig 2011-01-25 14:10:11.000000000 +0300 >+++ eclass/virtualx.eclass 2011-01-25 14:22:12.000000000 +0300 >@@ -28,6 +28,8 @@ > # complicated dep is needed. > VIRTUALX_DEPEND="!prefix? ( x11-base/xorg-server ) > x11-apps/xhost" >+# USE minimal disables Xvfb >+has "${EAPI:-0}" 0 1 || VIRTUALX_DEPEND+="!prefix? ( x11-base/xorg-server[-minimal] )" > > case ${VIRTUALX_REQUIRED} in > always) >@@ -139,7 +141,7 @@ > } > > # @FUNCTION: Xmake >-# @DESCRIPTION: >+# @DESCRIPTION: > # Same as "make", but set up the Xvfb hack if needed. > Xmake() { > export maketype="make" >@@ -147,7 +149,7 @@ > } > > # @FUNCTION: Xemake >-# @DESCRIPTION: >+# @DESCRIPTION: > # Same as "emake", but set up the Xvfb hack if needed. > Xemake() { > export maketype="emake" >@@ -155,7 +157,7 @@ > } > > # @FUNCTION: Xeconf >-# @DESCRIPTION: >+# @DESCRIPTION: > # Same as "econf", but set up the Xvfb hack if needed. > Xeconf() { > export maketype="econf"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 352666
: 260655