dev-libs/wayland-protocols: inherit autotools-utils unconditionally
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 24 Jul 2016 16:50:32 +0000 (18:50 +0200)
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 24 Jul 2016 16:50:32 +0000 (18:50 +0200)
autotools-utils_src_test is called in src_test()

Package-Manager: portage-2.2.28

dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild
dev-libs/wayland-protocols/wayland-protocols-9999.ebuild

index f26f25bad3d7ce7fc7d2ede91f83ad62bc5e356b..4674c6bd5711462674be3c65be0150025ae4e6a9 100644 (file)
@@ -6,11 +6,13 @@ EAPI=5
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
+       GIT_ECLASS="git-r3"
        EXPERIMENTAL="true"
        AUTOTOOLS_AUTORECONF=1
-       inherit autotools-utils git-r3
 fi
 
+inherit autotools-utils ${GIT_ECLASS}
+
 DESCRIPTION="Wayland protocol files"
 HOMEPAGE="https://wayland.freedesktop.org/"
 
index f26f25bad3d7ce7fc7d2ede91f83ad62bc5e356b..4674c6bd5711462674be3c65be0150025ae4e6a9 100644 (file)
@@ -6,11 +6,13 @@ EAPI=5
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
+       GIT_ECLASS="git-r3"
        EXPERIMENTAL="true"
        AUTOTOOLS_AUTORECONF=1
-       inherit autotools-utils git-r3
 fi
 
+inherit autotools-utils ${GIT_ECLASS}
+
 DESCRIPTION="Wayland protocol files"
 HOMEPAGE="https://wayland.freedesktop.org/"