media-sound/drumstick: disable broken tests
authorMichael Palimaka <kensington@gentoo.org>
Thu, 29 Dec 2016 11:42:46 +0000 (22:42 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 29 Dec 2016 11:43:00 +0000 (22:43 +1100)
Gentoo-bug: 604006

Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-sound/drumstick/drumstick-1.1.0.ebuild

index c1ffbe3edc9597c887f8adb179b2b8fbb9f31c6d..fae9aecf650ee068ae330b52ecdd041bf66f2507 100644 (file)
@@ -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)
        )