Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome-python-common.eclass
Date: Sat, 25 Oct 2008 13:27:28
Message-Id: E1KtjAk-0001MB-JV@stork.gentoo.org
1 remi 08/10/25 13:27:18
2
3 Modified: gnome-python-common.eclass
4 Log:
5 add blockers to the gnome-python-common eclass, try again...
6
7 Revision Changes Path
8 1.5 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.4&r2=1.5
13
14 Index: gnome-python-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gnome-python-common.eclass 25 Oct 2008 11:10:54 -0000 1.4
21 +++ gnome-python-common.eclass 25 Oct 2008 13:27:18 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.4 2008/10/25 11:10:54 remi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.5 2008/10/25 13:27:18 remi Exp $
27
28 # Original Author: Arun Raghavan <ford_prefect@g.o> (based on the
29 # gnome-python-desktop eclass by Jim Ramsay <lack@g.o>)
30 @@ -44,7 +44,7 @@
31 S="${WORKDIR}/${G_PY_PN}-${PV}"
32
33 # add blockers, we can probably remove them later on
34 -if [[ $${G_PY_PN} == "gnome-python-extras" ]]; then
35 +if [[ ${G_PY_PN} == "gnome-python-extras" ]]; then
36 RDEPEND="!<=dev-python/gnome-python-extras-2.19.1-r2"
37 fi