From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5193B13832E for ; Sun, 24 Jul 2016 16:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFC3721C06D; Sun, 24 Jul 2016 16:50:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8416221C06D for ; Sun, 24 Jul 2016 16:50:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C32D340CC3 for ; Sun, 24 Jul 2016 16:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B91747CD for ; Sun, 24 Jul 2016 16:50:44 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1469379032.c14300c9529abf2371ea7419ec8c3f207ddb47ac.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland-protocols/wayland-protocols-1.5.ebuild dev-libs/wayland-protocols/wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/wayland-protocols/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: c14300c9529abf2371ea7419ec8c3f207ddb47ac X-VCS-Branch: master Date: Sun, 24 Jul 2016 16:50:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5b09fe0-0cbd-4c72-b2f4-db6bed04595d X-Archives-Hash: c5c73cc751f3de403a5d4644047eb216 commit: c14300c9529abf2371ea7419ec8c3f207ddb47ac Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Sun Jul 24 16:50:32 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo 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/"