commit: d7d9ad7ac5dd056c0abf601327ee3a545ea6554a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:14:57 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 23:31:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=d7d9ad7a
newebuild: Stop using games.eclass
plugin/newebuild.vim | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 81941fe..a79d217 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -140,10 +140,7 @@ fun! <SID>MakeNewEbuild()
else
" {{{ standard default setup
" {{{ extra inherits for some categories
- if l:category =~# "^games-"
- put ='inherit games'
- put =''
- elseif l:category ==# "dev-python"
+ if l:category ==# "dev-python"
put ='inherit distutils-r1'
put =''
elseif l:category =~# "^xfce-"