summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-12-29 22:42:46 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-12-29 22:43:00 +1100
commit475abb9790ac096c064ba43e7dadd46cc2c98498 (patch)
treeed7461b2500b94c04c5d6febd82bf4a8b36cd404 /media-sound
parentmedia-sound/clementine: x86 stable wrt bug #589550 (diff)
downloadgentoo-475abb9790ac096c064ba43e7dadd46cc2c98498.tar.gz
gentoo-475abb9790ac096c064ba43e7dadd46cc2c98498.tar.bz2
gentoo-475abb9790ac096c064ba43e7dadd46cc2c98498.zip
media-sound/drumstick: disable broken tests
Gentoo-bug: 604006 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/drumstick/drumstick-1.1.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/media-sound/drumstick/drumstick-1.1.0.ebuild b/media-sound/drumstick/drumstick-1.1.0.ebuild
index c1ffbe3edc95..fae9aecf650e 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)
)