Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/skype: skype-2.1.0.47.ebuild
Date: Sat, 02 Jan 2010 00:32:58
Message-Id: E1NQrvM-0003gk-6U@stork.gentoo.org
1 ssuominen 10/01/02 00:32:56
2
3 Modified: skype-2.1.0.47.ebuild
4 Log:
5 Minor fix
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-im/skype/skype-2.1.0.47.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/skype/skype-2.1.0.47.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/skype/skype-2.1.0.47.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/skype/skype-2.1.0.47.ebuild?r1=1.1&r2=1.2
14
15 Index: skype-2.1.0.47.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.1.0.47.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- skype-2.1.0.47.ebuild 2 Jan 2010 00:29:37 -0000 1.1
22 +++ skype-2.1.0.47.ebuild 2 Jan 2010 00:32:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.1.0.47.ebuild,v 1.1 2010/01/02 00:29:37 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.1.0.47.ebuild,v 1.2 2010/01/02 00:32:55 ssuominen Exp $
28
29 EAPI=2
30
31 @@ -22,7 +22,7 @@
32
33 EMUL_VER=20091231
34
35 -DEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER}
36 +RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER}
37 >=app-emulation/emul-linux-x86-baselibs-${EMUL_VER}
38 >=app-emulation/emul-linux-x86-soundlibs-${EMUL_VER}
39 !qt-static? ( >=app-emulation/emul-linux-x86-qtlibs-${EMUL_VER} ) )
40 @@ -47,7 +47,9 @@
41 x11-libs/libX11
42 x11-libs/libXau
43 x11-libs/libXdmcp ) )"
44 -RDEPEND="${DEPEND}"
45 +# Required for lrelease command.
46 +DEPEND="${RDEPEND}
47 + amd64? ( !qt-static? ( x11-libs/qt-core:4 ) )"
48
49 QA_EXECSTACK="opt/skype/skype"
50 QA_WX_LOAD="opt/skype/skype"
51 @@ -106,4 +108,4 @@
52
53 # TODO: Optional configuration of callto:// in KDE, Mozilla and friends
54 # doexe skype-callto-handler
55 -}
56 \ No newline at end of file
57 +}