summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-01-22 09:41:12 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-01-22 09:41:39 +0100
commitcb2a7a2f7205561590e82005d37f5bd75645cf5d (patch)
tree7f65e6701ab7b601b211533d6c8221803e057e68
parentprofiles/ppc64le: use.mask gst-plugins-meta[vaapi] (diff)
downloadgentoo-cb2a7a2f7205561590e82005d37f5bd75645cf5d.tar.gz
gentoo-cb2a7a2f7205561590e82005d37f5bd75645cf5d.tar.bz2
gentoo-cb2a7a2f7205561590e82005d37f5bd75645cf5d.zip
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>
-rw-r--r--sci-astronomy/celestia/celestia-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/celestia/celestia-9999.ebuild b/sci-astronomy/celestia/celestia-9999.ebuild
index 60ddc68e30fc..781e1cb43a98 100644
--- a/sci-astronomy/celestia/celestia-9999.ebuild
+++ b/sci-astronomy/celestia/celestia-9999.ebuild
@@ -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"