mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-04 04:44:13 +01:00
Bump vboxmanage version
This commit is contained in:
@@ -3,15 +3,23 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 bash-completion-r1
|
||||
inherit bash-completion-r1
|
||||
|
||||
DESCRIPTION="VBoxManage bash completion"
|
||||
HOMEPAGE="https://github.com/gryf/vboxmanage-bash-completion"
|
||||
EGIT_REPO_URI="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"
|
||||
else
|
||||
SRC_URI="https://github.com/gryf/vboxmanage-bash-completion/archive/refs/tags/${PV}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
S="${WORKDIR}/vboxmanage-bash-completion-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="app-emulation/virtualbox"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user