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 AA94B139085 for ; Thu, 29 Dec 2016 11:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1387BE0C14; Thu, 29 Dec 2016 11:43:16 +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 E2BE3E0C14 for ; Thu, 29 Dec 2016 11:43:15 +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 2EDEA341659 for ; Thu, 29 Dec 2016 11:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07EC24E4 for ; Thu, 29 Dec 2016 11:43:13 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1483011780.475abb9790ac096c064ba43e7dadd46cc2c98498.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/drumstick/drumstick-1.1.0.ebuild X-VCS-Directories: media-sound/drumstick/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 475abb9790ac096c064ba43e7dadd46cc2c98498 X-VCS-Branch: master Date: Thu, 29 Dec 2016 11:43:13 +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: 585179dd-946d-474e-9f76-73cd8a193d12 X-Archives-Hash: 0c1ae7f175b3fb459f895c2888681028 commit: 475abb9790ac096c064ba43e7dadd46cc2c98498 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 29 11:42:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 29 11:43:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475abb97 media-sound/drumstick: disable broken tests Gentoo-bug: 604006 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/drumstick/drumstick-1.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-sound/drumstick/drumstick-1.1.0.ebuild b/media-sound/drumstick/drumstick-1.1.0.ebuild index c1ffbe3..fae9aec 100644 --- a/media-sound/drumstick/drumstick-1.1.0.ebuild +++ b/media-sound/drumstick/drumstick-1.1.0.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc fluidsynth pulseaudio" +RESTRICT="test" + RDEPEND=" >=dev-qt/qtcore-5.7:5 >=dev-qt/qtdbus-5.7:5 @@ -55,6 +57,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DBUILD_TESTING=OFF $(cmake-utils_use_find_package doc Doxygen) )