Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kmidimon: kmidimon-0.7.4.ebuild
Date: Fri, 29 Oct 2010 14:31:53
Message-Id: 20101029143149.CBF262004B@flycatcher.gentoo.org
1 ssuominen 10/10/29 14:31:49
2
3 Modified: kmidimon-0.7.4.ebuild
4 Log:
5 raise drumstick depend
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-sound/kmidimon/kmidimon-0.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.4.ebuild?r1=1.2&r2=1.3
15
16 Index: kmidimon-0.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- kmidimon-0.7.4.ebuild 29 Oct 2010 13:50:14 -0000 1.2
23 +++ kmidimon-0.7.4.ebuild 29 Oct 2010 14:31:49 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.4.ebuild,v 1.2 2010/10/29 13:50:14 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.4.ebuild,v 1.3 2010/10/29 14:31:49 ssuominen Exp $
29
30 EAPI=2
31 inherit kde4-base
32 @@ -15,7 +15,7 @@
33 IUSE="debug +handbook"
34
35 RDEPEND="media-libs/alsa-lib
36 - media-sound/drumstick"
37 + >=media-sound/drumstick-0.5"
38 DEPEND="${RDEPEND}"
39
40 DOCS="AUTHORS ChangeLog NEWS README TODO"