| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
| |
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The -9999 ebuilds do not have a set KEYWORDS, but the same ebuilds are used
when creating a new release. For this purpose, the -9999 ebuilds have a
conditional code like the following:
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi
In this commit, we update that part to include ~arm, ~arm64 and ~mips.
Package-Manager: portage-2.2.28
|
|
|
|
| |
This makes `ekeyword` much easier.
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
Package-Manager: portage-2.2.20.1
|