mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sci-astronomy/celestia: Moved inherit line to where it belongs
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
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"
|
||||
@@ -10,7 +12,6 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user