summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-07-24 18:50:32 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-07-24 18:50:32 +0200
commitc14300c9529abf2371ea7419ec8c3f207ddb47ac (patch)
tree64f5804a4b291208eb172a470d35f7dcc720548a /dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
parentsys-devel/binutils-hppa64: Old. (diff)
downloadgentoo-c14300c9529abf2371ea7419ec8c3f207ddb47ac.tar.gz
gentoo-c14300c9529abf2371ea7419ec8c3f207ddb47ac.tar.bz2
gentoo-c14300c9529abf2371ea7419ec8c3f207ddb47ac.zip
dev-libs/wayland-protocols: inherit autotools-utils unconditionally
autotools-utils_src_test is called in src_test() Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/wayland-protocols/wayland-protocols-9999.ebuild')
-rw-r--r--dev-libs/wayland-protocols/wayland-protocols-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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/"