Summary: | gnupg ebuilds missing linux_kernel in IUSE | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Bainbridge (RETIRED) <chrb> |
Component: | New packages | Assignee: | Crypto team [DISABLED] <crypto+disabled> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | rockoo |
Priority: | High | ||
Version: | 1.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 113474 | ||
Bug Blocks: | 136665 |
Description
Chris Bainbridge (RETIRED)
![]() Not a gnupg bug, repoman needs to be fixed. This doesn't belong into IUSE. It's not just repoman. Emerge current says:
...
>>> md5 files ;-) files/gnupg-1.4.2-jari.patch
>>> md5 src_uri ;-) gnupg-1.4.2.2.tar.bz2
QA Notice: USE Flag 'kernel_linux' not in IUSE for app-crypt/gnupg-1.4.2.2
(In reply to comment #2) > It's not just repoman. Emerge current says: > > ... > >>> md5 files ;-) files/gnupg-1.4.2-jari.patch > >>> md5 src_uri ;-) gnupg-1.4.2.2.tar.bz2 > QA Notice: USE Flag 'kernel_linux' not in IUSE for app-crypt/gnupg-1.4.2.2 More or less Bug 70648 KERNEL is in USE_EXPAND_HIDDEN, you may now add it to IUSE. *** This bug has been marked as a duplicate of 70648 *** (In reply to comment #1) > This doesn't belong into IUSE. It does belong in IUSE. IUSE is supposed to track *every* USE conditional within every ebuild. However, this doesn't mean that the user has to see the these USE flags in the emerge output. That's why we have USE_EXPAND_HIDDEN which is available in >=portage-2.1_rc2-r1. It has USE_EXPAND_HIDDEN="ELIBC KERNEL USERLAND" in make.globals so that users will not see kernel_linux in the emerge output. This will be obsolete once bug #113474 is completed. as the need for IUSE=linux_kernel is going away. in one month, when 1.4.5-r1 goes stable, this bug can be closed. 1.4.5-r2 and/or 1.4.6 stable everywhere, closing this bug. |