aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2020-04-27 15:27:20 +0800
committerHuang Rui <vowstar@gmail.com>2020-04-27 15:45:35 +0800
commit45e2cad77e43c74dbe58daa5720f2e381c189878 (patch)
treef26348d417e6a97bb1206e42bfbdab4887181544
parentmedia-video/kikoplay: fix broken package (diff)
downloadguru-45e2cad77e43c74dbe58daa5720f2e381c189878.tar.gz
guru-45e2cad77e43c74dbe58daa5720f2e381c189878.tar.bz2
guru-45e2cad77e43c74dbe58daa5720f2e381c189878.zip
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>
-rw-r--r--media-video/kikoplay/kikoplay-0.6.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/kikoplay/kikoplay-0.6.1.ebuild b/media-video/kikoplay/kikoplay-0.6.1.ebuild
index cb5eda871..05c327c60 100644
--- a/media-video/kikoplay/kikoplay-0.6.1.ebuild
+++ b/media-video/kikoplay/kikoplay-0.6.1.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
@@ -58,4 +58,3 @@ src_install() {
# Can't use default, set INSTALL_ROOT
emake INSTALL_ROOT="${D}" install
}
-