diff options
author | 2009-12-19 14:25:38 -0200 | |
---|---|---|
committer | 2009-12-19 14:25:38 -0200 | |
commit | 7f6c96c70a5b7ee957617e522bdf7fc07094f52e (patch) | |
tree | 3cd815beca6a10de040cdb1739f44ba4429aa4f9 | |
parent | added share/info.json (diff) | |
download | g-octave-7f6c96c70a5b7ee957617e522bdf7fc07094f52e.tar.gz g-octave-7f6c96c70a5b7ee957617e522bdf7fc07094f52e.tar.bz2 g-octave-7f6c96c70a5b7ee957617e522bdf7fc07094f52e.zip |
small fix
-rw-r--r-- | lib/ebuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ebuild.py b/lib/ebuild.py index 9621e22..0f10153 100644 --- a/lib/ebuild.py +++ b/lib/ebuild.py @@ -82,7 +82,7 @@ RDEPEND="${DEPEND} vars = { 'description': description, 'url': self.__desc.url, - 'keywords': ' '.join(portage.settings['ACCEPT_KEYWORDS']), + 'keywords': portage.settings['ACCEPT_KEYWORDS'], 'depend': '', 'rdepend': '', } |