commit: 5d4e6f975f08f7aded9f68c31bbada734bf98d6c
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 07:30:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 27 07:45:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d4e6f97
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 <AT> gmail.com>
media-video/kikoplay/kikoplay-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/kikoplay/kikoplay-9999.ebuild
b/media-video/kikoplay/kikoplay-9999.ebuild
index f720f98..05c327c 100644
--- a/media-video/kikoplay/kikoplay-9999.ebuild
+++ b/media-video/kikoplay/kikoplay-9999.ebuild
@@ -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