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 5256D138DB0 for ; Sat, 15 Oct 2016 09:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84260E0AE6; Sat, 15 Oct 2016 09:42:45 +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 6B503E0AE6 for ; Sat, 15 Oct 2016 09:42:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E0B0B341062 for ; Sat, 15 Oct 2016 09:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 157A12F3 for ; Sat, 15 Oct 2016 09:42:41 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1476524557.f5344275922663b73a12d97f07a5c7a536a2d594.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kvazaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kvazaar/kvazaar-9999.ebuild X-VCS-Directories: media-libs/kvazaar/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f5344275922663b73a12d97f07a5c7a536a2d594 X-VCS-Branch: master Date: Sat, 15 Oct 2016 09:42:41 +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: 1765cc24-0bdf-4ecb-b9cc-03afd4f2c3f3 X-Archives-Hash: ffd209929cd313c900f49159e55ea58c commit: f5344275922663b73a12d97f07a5c7a536a2d594 Author: Alexis Ballier gentoo org> AuthorDate: Sat Oct 15 09:42:31 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Oct 15 09:42:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5344275 media-libs/kvazaar: fix tests on live ebuild Package-Manager: portage-2.3.2 media-libs/kvazaar/kvazaar-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/kvazaar/kvazaar-9999.ebuild b/media-libs/kvazaar/kvazaar-9999.ebuild index 7f8fec2..edf3031 100644 --- a/media-libs/kvazaar/kvazaar-9999.ebuild +++ b/media-libs/kvazaar/kvazaar-9999.ebuild @@ -31,6 +31,7 @@ IUSE="static-libs test" DEPEND="" RDEPEND="${DEPEND}" +REQUIRED_USE="test? ( static-libs )" ASM_DEP=">=dev-lang/yasm-1.2.0" DEPEND="${DEPEND} @@ -39,7 +40,7 @@ DEPEND="${DEPEND} src_prepare() { eautoreconf - if use test ; then + if use test && [ "${PV#9999}" = "${PV}" ]; then # https://bugs.gentoo.org/show_bug.cgi?id=595932 rmdir "${S}/greatest" || die mv "${WORKDIR}/greatest-${GREATEST_PV}" "${S}/greatest" || die