commit: b0c3c4da232bca79f4aaa22e9538522091fda135
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 06:45:18 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 27 07:42:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0c3c4da
sci-electronics/kactus2: 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>
sci-electronics/kactus2/kactus2-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild
b/sci-electronics/kactus2/kactus2-9999.ebuild
index 31f8ea4..9841a91 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-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"
inherit xdg
@@ -11,7 +11,7 @@ HOMEPAGE="
https://github.com/kactus2/kactus2dev
"
-if [[ ${PV} == "9999" ]] ; then
+if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
else