Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
Date: Mon, 27 Apr 2020 07:46:35
Message-Id: 1587973327.b0c3c4da232bca79f4aaa22e9538522091fda135.vowstar@gentoo
1 commit: b0c3c4da232bca79f4aaa22e9538522091fda135
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 27 06:45:18 2020 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Mon Apr 27 07:42:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0c3c4da
7
8 sci-electronics/kactus2: improve ebuilds
9
10 Make it fit the standards of gentoo GLEPs.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
14
15 sci-electronics/kactus2/kactus2-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
19 index 31f8ea4..9841a91 100644
20 --- a/sci-electronics/kactus2/kactus2-9999.ebuild
21 +++ b/sci-electronics/kactus2/kactus2-9999.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI="7"
28
29 inherit xdg
30
31 @@ -11,7 +11,7 @@ HOMEPAGE="
32 https://github.com/kactus2/kactus2dev
33 "
34
35 -if [[ ${PV} == "9999" ]] ; then
36 +if [[ "${PV}" == "9999" ]] ; then
37 inherit git-r3
38 EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
39 else