From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B18E8138247 for ; Mon, 2 Dec 2013 15:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75B23E0953; Mon, 2 Dec 2013 15:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03258E0953 for ; Mon, 2 Dec 2013 15:30:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D44B833F128 for ; Mon, 2 Dec 2013 15:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7823F110004 for ; Mon, 2 Dec 2013 15:30:19 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1385998380.d0cacec38283d5fb549b49ce7bc6f00f9e0e39a8.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtk+/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gtk+/gtk+-3.10.5.ebuild x11-libs/gtk+/gtk+-9999.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: d0cacec38283d5fb549b49ce7bc6f00f9e0e39a8 X-VCS-Branch: master Date: Mon, 2 Dec 2013 15:30:19 +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: a70160ef-0458-45df-a61b-d0915a628a9b X-Archives-Hash: 0852c61cb83504a3cb5fbdf46c0f0596 commit: d0cacec38283d5fb549b49ce7bc6f00f9e0e39a8 Author: Priit Laes plaes org> AuthorDate: Mon Dec 2 15:33:00 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Mon Dec 2 15:33:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d0cacec3 x11-libs/gtk+: Fix build with USE="-test" --- x11-libs/gtk+/gtk+-3.10.5.ebuild | 2 ++ x11-libs/gtk+/gtk+-9999.ebuild | 1 + 2 files changed, 3 insertions(+) diff --git a/x11-libs/gtk+/gtk+-3.10.5.ebuild b/x11-libs/gtk+/gtk+-3.10.5.ebuild index 03a21ed..af29e93 100644 --- a/x11-libs/gtk+/gtk+-3.10.5.ebuild +++ b/x11-libs/gtk+/gtk+-3.10.5.ebuild @@ -106,6 +106,8 @@ src_prepare() { if ! use test ; then # don't waste time building tests + strip_builddir SRC_SUBDIRS testsuite Makefile.am + strip_builddir SRC_SUBDIRS testsuite Makefile.in strip_builddir SRC_SUBDIRS tests Makefile.am strip_builddir SRC_SUBDIRS tests Makefile.in fi diff --git a/x11-libs/gtk+/gtk+-9999.ebuild b/x11-libs/gtk+/gtk+-9999.ebuild index 3797f40..3a9d8de 100644 --- a/x11-libs/gtk+/gtk+-9999.ebuild +++ b/x11-libs/gtk+/gtk+-9999.ebuild @@ -121,6 +121,7 @@ src_prepare() { if ! use test ; then # don't waste time building tests strip_builddir SRC_SUBDIRS tests Makefile.am + [[ ${PV} != 9999 ]] && strip_builddir SRC_SUBDIRS testsuite Makefile.in [[ ${PV} != 9999 ]] && strip_builddir SRC_SUBDIRS tests Makefile.in fi