x11-terms/terminology: move git inherit to live-check
authorThomas Gstädtner <thomas@gstaedtner.net>
Sat, 18 Nov 2017 17:16:26 +0000 (18:16 +0100)
committerThomas Sachau <tommy@gentoo.org>
Sun, 17 Dec 2017 12:33:45 +0000 (13:33 +0100)
as requested

Package-Manager: Portage-2.3.14, Repoman-2.3.6

x11-terms/terminology/terminology-9999.ebuild

index ab915d1adff702b3e5103745c319c3c619924863..141d654af2461bea2f798f42908eceb7f2a60a92 100644 (file)
@@ -9,10 +9,11 @@ if [[ "${PV}" != "9999" ]] ; then
        SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${MY_P}.tar.xz"
        KEYWORDS="~amd64 ~x86"
 else
+       inherit git-r3
        EGIT_REPO_URI="https://git.enlightenment.org/apps/${PN}.git"
 fi
 
-inherit git-r3 meson
+inherit meson
 
 DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
 HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology"