diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-02-20 18:29:04 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-02-20 18:29:04 +0000 |
commit | 1c6f5e06a4c251658d595c048d8d5bc573fe21b2 (patch) | |
tree | 079a503a6b893351be1575f72495c1df4d00385b /media-sound/amarok | |
parent | Transfer prefix keywords, bump EAPI (diff) | |
download | gentoo-2-1c6f5e06a4c251658d595c048d8d5bc573fe21b2.tar.gz gentoo-2-1c6f5e06a4c251658d595c048d8d5bc573fe21b2.tar.bz2 gentoo-2-1c6f5e06a4c251658d595c048d8d5bc573fe21b2.zip |
Restricted tests for amarok-2.2.2.90 as we don't have a required dep in the tree ( gmock - http://code.google.com/p/gmock/ ).
Fixes bug 305979 - thanks to Ryan for reporting.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.2.2.90.ebuild | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index 2f2343fe3e85..d6f32332f830 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/amarok # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.358 2010/02/19 16:58:53 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.359 2010/02/20 18:29:04 jmbsvicetto Exp $ + + 20 Feb 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + amarok-2.2.2.90.ebuild: + Restricted tests for amarok-2.2.2.90 as we don't have a required dep in + the tree ( gmock - http://code.google.com/p/gmock/ ). + Fixes bug 305979 - thanks to Ryan for reporting. *amarok-2.2.2-r1 (19 Feb 2010) diff --git a/media-sound/amarok/amarok-2.2.2.90.ebuild b/media-sound/amarok/amarok-2.2.2.90.ebuild index 2ecbe9163d16..42408a8524c3 100644 --- a/media-sound/amarok/amarok-2.2.2.90.ebuild +++ b/media-sound/amarok/amarok-2.2.2.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.2.2.90.ebuild,v 1.1 2010/02/19 16:42:50 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.2.2.90.ebuild,v 1.2 2010/02/20 18:29:04 jmbsvicetto Exp $ EAPI="2" @@ -65,6 +65,10 @@ RDEPEND="${DEPEND} semantic-desktop? ( >=kde-base/nepomuk-${KDE_MINIMAL} ) " +# Tests require gmock - http://code.google.com/p/gmock/ +# It's not in the tree yet +RESTRICT="test" + # Only really required for live ebuild, to skip git_src_prepare src_prepare() { kde4-base_src_prepare |