Skip to content

Commit

Permalink
sci-astronomy/celestia: Moved inherit line to where it belongs
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jan 22, 2020
1 parent a4e58f4 commit cb2a7a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sci-astronomy/celestia/celestia-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

EAPI=7

inherit desktop flag-o-matic xdg cmake

if [[ "${PV}" = 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/CelestiaProject/Celestia.git"
else
SRC_URI="https://github.com/${PN^}Project/${PN^}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
fi
inherit desktop flag-o-matic xdg cmake

DESCRIPTION="OpenGL 3D space simulator"
HOMEPAGE="https://celestia.space"
Expand Down

0 comments on commit cb2a7a2

Please sign in to comment.