Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101021 Details for
Bug 153765
Replace vim-with-x USE flag by X USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to vim.eclass
vim.eclass.patch (text/plain), 1.06 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2006-11-01 16:57:31 UTC
(
hide
)
Description:
Patch to vim.eclass
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2006-11-01 16:57:31 UTC
Size:
1.06 KB
patch
obsolete
>--- vim.eclass 2006-11-02 00:00:00.000000000 +0100 >+++ vim.eclass 2006-11-02 00:00:00.000000000 +0100 >@@ -76,12 +76,12 @@ > fi > > if [[ "${MY_PN}" == "vim" ]] ; then >- IUSE="${IUSE} vim-with-x minimal" >+ IUSE="${IUSE} X minimal" > # see bug #111979 for modular X deps >- DEPEND="${DEPEND} vim-with-x? ( || ( >+ DEPEND="${DEPEND} X? ( || ( > ( x11-libs/libXt x11-libs/libX11 x11-libs/libSM x11-proto/xproto ) > virtual/x11 ) )" >- RDEPEND="${RDEPEND} vim-with-x? ( || ( x11-libs/libXt virtual/x11 ) )" >+ RDEPEND="${RDEPEND} X? ( || ( x11-libs/libXt virtual/x11 ) )" > elif [[ "${MY_PN}" == "gvim" ]] ; then > if version_is_at_least "6.3.086" ; then > IUSE="${IUSE} gnome gtk motif" >@@ -388,7 +388,7 @@ > if [[ "${MY_PN}" == "vim" ]] ; then > # don't test USE=X here ... see bug #19115 > # but need to provide a way to link against X ... see bug #20093 >- myconf="${myconf} --enable-gui=no `use_with vim-with-x x`" >+ myconf="${myconf} --enable-gui=no `use_with X x`" > > elif [[ "${MY_PN}" == "gvim" ]] ; then > myconf="${myconf} --with-vim-name=gvim --with-x"
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 153765
: 101021