KeywordsManager: support ~* in KEYWORDS
authorZac Medico <zmedico@gentoo.org>
Sun, 2 Oct 2011 02:12:52 +0000 (19:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 2 Oct 2011 02:12:52 +0000 (19:12 -0700)
commit9144faeb653b9f1dbe74c69f85cd48f26761aa2f
tree8059ed5aa9a2110493b202a173aba7453fd6ddd9
parentfcba9794d9d377cafc60679fc800e3f5a5b506d7
KeywordsManager: support ~* in KEYWORDS

This allows ~* in KEYWORDS to be match by any unstable keyword in the
user's configuration, similar to how * in KEYWORDS already matches any
user configuration. Thanks to Daniel Robbins <drobbins@funtoo.org> for
the suggestion.

Also, the warning about * or -* in KEYWORDS is now gone, so that
ebuilds from the funtoo tree will be usable without triggering
warnings like this. If necessary, we can add ways to selectively
enable these kinds of warnings via layout.conf and/or repos.conf.
pym/portage/package/ebuild/_config/KeywordsManager.py