Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 309041 | Differences between
and this patch

Collapse All | Expand All

(-)gconf-python-2.28.0.ebuild (-1 / +5 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.0.ebuild,v 1.1 2009/10/29 23:16:03 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.0.ebuild,v 1.1 2009/10/29 23:16:03 eva Exp $
4
4
5
EAPI="3"
5
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
6
G_PY_PN="gnome-python"
7
G_PY_PN="gnome-python"
8
PYTHON_DEPEND="2"
9
SUPPORT_PYTHON_ABIS="1"
7
10
8
inherit gnome-python-common
11
inherit gnome-python-common
9
12
Lines 16-20 Link Here
16
RDEPEND=">=gnome-base/gconf-2.11.1
19
RDEPEND=">=gnome-base/gconf-2.11.1
17
	!<dev-python/gnome-python-2.22.1"
20
	!<dev-python/gnome-python-2.22.1"
18
DEPEND="${RDEPEND}"
21
DEPEND="${RDEPEND}"
22
RESTRICT_PYTHON_ABIS="3.*"
19
23
20
EXAMPLES="examples/gconf/*"
24
EXAMPLES="examples/gconf/*"

Return to bug 309041