1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-07 06:14:13 +01:00

Changed keywords and python version for several ebuilds

This commit is contained in:
2025-07-31 13:15:04 +02:00
parent 054cdfe501
commit 7b8829dfe0
62 changed files with 74 additions and 73 deletions

View File

@@ -11,10 +11,10 @@ HOMEPAGE="https://github.com/gryf/vboxmanage-bash-completion"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/gryf/vboxmanage-bash-completion"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
else
SRC_URI="https://github.com/gryf/vboxmanage-bash-completion/archive/refs/tags/${PV}.tar.gz"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 x86 arm64 arm"
S="${WORKDIR}/vboxmanage-bash-completion-${PV}"
fi