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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user