commit:     c14300c9529abf2371ea7419ec8c3f207ddb47ac
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 16:50:32 2016 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 16:50:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14300c9

dev-libs/wayland-protocols: inherit autotools-utils unconditionally

autotools-utils_src_test is called in src_test()

Package-Manager: portage-2.2.28

 dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild  | 4 +++-
 dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild
index f26f25b..4674c6b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild
@@ -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/";
 

diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
index f26f25b..4674c6b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
@@ -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/";
 

Reply via email to