Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/celestia/
Date: Wed, 22 Jan 2020 08:41:47
Message-Id: 1579682499.cb2a7a2f7205561590e82005d37f5bd75645cf5d.polynomial-c@gentoo
1 commit: cb2a7a2f7205561590e82005d37f5bd75645cf5d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 08:41:12 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 08:41:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2a7a2f
7
8 sci-astronomy/celestia: Moved inherit line to where it belongs
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sci-astronomy/celestia/celestia-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-astronomy/celestia/celestia-9999.ebuild b/sci-astronomy/celestia/celestia-9999.ebuild
17 index 60ddc68e30f..781e1cb43a9 100644
18 --- a/sci-astronomy/celestia/celestia-9999.ebuild
19 +++ b/sci-astronomy/celestia/celestia-9999.ebuild
20 @@ -3,6 +3,8 @@
21
22 EAPI=7
23
24 +inherit desktop flag-o-matic xdg cmake
25 +
26 if [[ "${PV}" = 9999 ]] ; then
27 inherit git-r3
28 EGIT_REPO_URI="https://github.com/CelestiaProject/Celestia.git"
29 @@ -10,7 +12,6 @@ else
30 SRC_URI="https://github.com/${PN^}Project/${PN^}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
31 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
32 fi
33 -inherit desktop flag-o-matic xdg cmake
34
35 DESCRIPTION="OpenGL 3D space simulator"
36 HOMEPAGE="https://celestia.space"