diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-14 16:10:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-14 16:10:18 +0200 |
commit | 1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa (patch) | |
tree | 0a5bcc20e0c436770d92ea671317e571fb3ef21a | |
parent | syntax/ebuild.vim: Support more eclassdoc tags (diff) | |
download | gentoo-syntax-1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.tar.gz gentoo-syntax-1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.tar.bz2 gentoo-syntax-1a9b768fee96fbdef1abe9b3f49edff8dfcd4aaa.zip |
newebuild: xfconf eclass is obsolete
-rw-r--r-- | plugin/newebuild.vim | 3 |
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 " }}} |