mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-video/kikoplay: improve ebuilds
Make it fit the standards of gentoo GLEPs. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI="7"
|
||||
|
||||
GIT_PN="KikoPlay"
|
||||
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE="
|
||||
https://github.com/Protostars/KikoPlay
|
||||
"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user