mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
burpsuite: make repology happy, https://github.com/repology/repology-rules/issues/490
This commit is contained in:
parent
745b9ca5b7
commit
7ac45127e1
3 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue