Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451362 - app-portage/flaggie-0.2-r3 does not add ~arch keyword
Summary: app-portage/flaggie-0.2-r3 does not add ~arch keyword
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 08:09 UTC by Massimo Burcheri
Modified: 2013-01-11 13:27 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 Massimo Burcheri 2013-01-11 08:09:25 UTC
According to docs this command to add ~arch keyword should work like this:

$ flaggie "xfce-extra/xfce4-embed-plugin" '+~amd64'

This does add the package but not the keyword leaving an invalid /etc/portage/package.accept_keywords/xall here.

However adding arch keyword like this works fine:

$ flaggie "xfce-extra/xfce4-embed-plugin" '+amd64'

Reproducible: Always
Comment 1 Massimo Burcheri 2013-01-11 09:42:42 UTC
Sry, I just found in man portage:
 Format:
    - lines without any KEYWORDS imply unstable host arch

So this may be intended behaviour of flaggie, if so please set to INVALID.
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-01-11 13:27:39 UTC
Indeed, a line missing keyword syntax accepts unstable packages.