aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-14 16:10:18 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-14 16:10:18 +0200
commit1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa (patch)
tree0a5bcc20e0c436770d92ea671317e571fb3ef21a
parentsyntax/ebuild.vim: Support more eclassdoc tags (diff)
downloadgentoo-syntax-1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.tar.gz
gentoo-syntax-1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.tar.bz2
gentoo-syntax-1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.zip
newebuild: xfconf eclass is obsolete
-rw-r--r--plugin/newebuild.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index f8dd767..1422f3b 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -147,9 +147,6 @@ fun! <SID>MakeNewEbuild()
put ='PYTHON_COMPAT=( ' . GentooGetPythonTargets() . ' )'
put ='inherit distutils-r1'
put =''
- elseif l:category =~# "^xfce-"
- put ='inherit xfconf'
- put =''
endif
" }}}