mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
layout.conf: don't ban eapi 7 yet
This commit is contained in:
parent
57a50c555c
commit
43c6f835fe
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ sign-manifests = false
|
|||
|
||||
# indicate that ebuilds with the specified EAPIs are deprecated
|
||||
eapis-deprecated = 0 1 2 3 4 5 6 7
|
||||
eapis-banned = 0 1 2 3 4 5 6 7
|
||||
eapis-banned = 0 1 2 3 4 5 6
|
||||
|
||||
manifest-hashes = BLAKE2B SHA512
|
||||
manifest-required-hashes = BLAKE2B
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ set -eux
|
|||
pkgcheck scan --exit warning -k=-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-MissingRemoteId,-UnknownProfilePackageUse,-UnknownProfileUse,-UnknownProfileUseExpand,-UnknownProfilePackageKeywords,-UnknownProfilePackage,-UnusedProfileDirs,-RedundantPackageUpdate,-OutdatedProfilePackage,-OldPackageUpdate,-OldMultiMovePackageUpdate,-MultiMovePackageUpdate,-LaggingProfileEapi,-BadDescription,-VariableOrderWrong,-LaggingStable,-SizeViolation,-TotalSizeViolation,-UnknownUseFlags,-MatchingChksums,-UnusedEclasses,-AbsoluteSymlink,-ExcessiveLineLength
|
||||
|
||||
#pkgcheck scan --exit warning -k=EmptyGlobalAssignment
|
||||
pkgcheck scan --exit error -k error,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-UnknownLicense,-UnknownUseFlags
|
||||
|
|
|
|||
Loading…
Reference in a new issue