This commit is contained in:
Anton Bolshakov 2021-06-17 09:24:46 +08:00
parent 745b9ca5b7
commit 7ac45127e1
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ if [[ "${PV}" == *9999 ]]; then
SRC_URI=""
KEYWORDS=""
# eerror "9999 is a template, do not use it"
elif [[ "${PV}" == *"_p" ]]; then
elif [[ "${PV}" == *"2021.6"* ]]; then
KEYWORDS="~amd64 ~x86"
else
KEYWORDS="amd64 x86"