summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-02 17:47:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-02 17:47:47 +0000
commit6fd7ad07ddc20f43b95f15133b9f2fb1e2efb529 (patch)
tree9be27d6c316645642fc68f6acab25738b8f9e22f /media-sound
parentVersion bump, glade support is now optional. (diff)
downloadgentoo-2-6fd7ad07ddc20f43b95f15133b9f2fb1e2efb529.tar.gz
gentoo-2-6fd7ad07ddc20f43b95f15133b9f2fb1e2efb529.tar.bz2
gentoo-2-6fd7ad07ddc20f43b95f15133b9f2fb1e2efb529.zip
Punt code that was fixed from 0.7 to 0.7.1
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/clementine/clementine-0.7.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/clementine/clementine-0.7.1.ebuild b/media-sound/clementine/clementine-0.7.1.ebuild
index 253e49151ea6..b4532e6fffbe 100644
--- a/media-sound/clementine/clementine-0.7.1.ebuild
+++ b/media-sound/clementine/clementine-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-0.7.1.ebuild,v 1.1 2011/04/02 06:30:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-0.7.1.ebuild,v 1.2 2011/04/02 17:47:47 ssuominen Exp $
EAPI=4
@@ -70,7 +70,6 @@ DOCS="Changelog TODO"
src_prepare() {
# some tests fail or hang
sed -i \
- -e '/add_test_file(mpris1_test.cpp/d' \
-e '/add_test_file(translations_test.cpp/d' \
tests/CMakeLists.txt || die
}