Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474108 - app-portage/gentoolkit-dev-0.2.8.3: ekeyword produces leading space if KEYWORDS were empty
Summary: app-portage/gentoolkit-dev-0.2.8.3: ekeyword produces leading space if KEYWOR...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-22 08:56 UTC by Johannes Huber (RETIRED)
Modified: 2014-03-16 10:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Huber (RETIRED) gentoo-dev 2013-06-22 08:56:33 UTC
Simple test:
johu@elia ~/tmp $ ekeyword ~amd64 test.ebuild 
test.ebuild
--- test.ebuild 2013-06-22 12:52:34.379523350 +0200
+++ test.ebuild.new     2013-06-22 12:52:46.111522331 +0200
@@ -13 +13 @@
-KEYWORDS=""
+KEYWORDS=" ~amd64"
Comment 1 SpanKY gentoo-dev 2014-01-20 05:41:00 UTC
i've rewritten ekeyword in python from scratch and made sure this is handled

http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commitdiff;h=840bf7e8df3c86e161f7855a37b008b5cf16f2d8
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2014-03-16 10:25:21 UTC
(In reply to SpanKY from comment #1)
> i've rewritten ekeyword in python from scratch and made sure this is handled
> 
> http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commitdiff;
> h=840bf7e8df3c86e161f7855a37b008b5cf16f2d8

When will hit this the tree?