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.059189ff0808d44b3e16fedff37022f156c206f1.vowstar@gentoo
1 commit: 059189ff0808d44b3e16fedff37022f156c206f1
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 27 06:46:09 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=059189ff
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-3.8.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
19 index bc90e1b..6e4e36c 100644
20 --- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
21 +++ b/sci-electronics/kactus2/kactus2-3.8.0.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