Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305579 Details for
Bug 379169
app-vim/gentoo-syntax: new ebuild: swap DEPEND and RDEPEND
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-Swap-rdepend-and-depend-in-newebuild.vim.patch
0001-Swap-rdepend-and-depend-in-newebuild.vim.patch (text/plain), 774 bytes, created by
Tomáš Chvátal (RETIRED)
on 2012-03-16 06:15:13 UTC
(
hide
)
Description:
0001-Swap-rdepend-and-depend-in-newebuild.vim.patch
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2012-03-16 06:15:13 UTC
Size:
774 bytes
patch
obsolete
>From b6863d92de463e78b68a4f89892aa971d72b6322 Mon Sep 17 00:00:00 2001 >From: Tomas Chvatal <tchvatal@suse.cz> >Date: Fri, 16 Mar 2012 07:13:04 +0100 >Subject: [PATCH] Swap rdepend and depend in newebuild.vim. > >--- > plugin/newebuild.vim | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim >index 16cec1d..ec3daf7 100644 >--- a/plugin/newebuild.vim >+++ b/plugin/newebuild.vim >@@ -154,8 +154,8 @@ fun! <SID>MakeNewEbuild() > put ='' > > " {{{ extra deps for some categories >- put ='DEPEND=\"\"' >- put ='RDEPEND=\"${DEPEND}\"' >+ put ='RDEPEND=\"\"' >+ put ='DEPEND=\"${RDEPEND}\"' > put ='' > " }}} > endif >-- >1.7.3.4 >
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 379169
: 305579