Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mt-daapd: mt-daapd-0.2.4.1.ebuild
Date: Mon, 29 Oct 2007 15:44:04
Message-Id: E1ImWmV-00067W-0A@stork.gentoo.org
1 drac 07/10/29 15:43:58
2
3 Modified: mt-daapd-0.2.4.1.ebuild
4 Log:
5 Quickly fix yesterdays mistake in dep vs. rdep and run fast.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild?r1=1.1&r2=1.2
14
15 Index: mt-daapd-0.2.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mt-daapd-0.2.4.1.ebuild 28 Oct 2007 22:13:40 -0000 1.1
22 +++ mt-daapd-0.2.4.1.ebuild 29 Oct 2007 15:43:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild,v 1.1 2007/10/28 22:13:40 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.1.ebuild,v 1.2 2007/10/29 15:43:58 drac Exp $
28
29 inherit autotools eutils
30
31 @@ -13,11 +13,13 @@
32 KEYWORDS="~amd64 ~arm ~mips ~ppc ~sh ~sparc ~x86"
33 IUSE="avahi vorbis"
34
35 -DEPEND="media-libs/libid3tag
36 +RDEPEND="media-libs/libid3tag
37 sys-libs/gdbm
38 avahi? ( net-dns/avahi )
39 !avahi? ( net-misc/mDNSResponder )
40 vorbis? ( media-libs/libvorbis )"
41 +DEPEND="${RDEPEND}
42 + dev-util/pkgconfig"
43
44 src_unpack() {
45 unpack ${A}
46
47
48
49 --
50 gentoo-commits@g.o mailing list