From: Chí-Thanh Christopher Nguyễn Date: Sun, 24 Jul 2016 16:50:32 +0000 (+0200) Subject: dev-libs/wayland-protocols: inherit autotools-utils unconditionally X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c14300c9529abf2371ea7419ec8c3f207ddb47ac;p=gentoo.git dev-libs/wayland-protocols: inherit autotools-utils unconditionally autotools-utils_src_test is called in src_test() Package-Manager: portage-2.2.28 --- diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild index f26f25bad3d7..4674c6bd5711 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 f26f25bad3d7..4674c6bd5711 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/"