Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 701622
Collapse All | Expand All

(-)pygobject-3.32.1.ebuild (-9 / +13 lines)
Lines 11-22 Link Here
11
11
12
LICENSE="LGPL-2.1+"
12
LICENSE="LGPL-2.1+"
13
SLOT="3"
13
SLOT="3"
14
KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
15
IUSE="+cairo examples test"
15
IUSE="+cairo examples test"
16
16
17
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
17
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
18
18
19
RDEPEND="${PYTHON_DEPS}
19
CDEPEND="${PYTHON_DEPS}
20
	>=dev-libs/glib-2.48:2
20
	>=dev-libs/glib-2.48:2
21
	>=dev-libs/gobject-introspection-1.54:=
21
	>=dev-libs/gobject-introspection-1.54:=
22
	virtual/libffi:=
22
	virtual/libffi:=
Lines 24-36 Link Here
24
		>=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
24
		>=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
25
		x11-libs/cairo[glib] )
25
		x11-libs/cairo[glib] )
26
"
26
"
27
DEPEND="${RDEPEND}
27
test_DEPEND="dev-libs/atk[introspection]
28
	test? (
28
	dev-python/pytest[${PYTHON_USEDEP}]
29
		dev-libs/atk[introspection]
29
	x11-libs/gdk-pixbuf:2[introspection,jpeg]
30
		dev-python/pytest[${PYTHON_USEDEP}]
30
	x11-libs/gtk+:3[introspection]
31
		x11-libs/gdk-pixbuf:2[introspection,jpeg]
31
	x11-libs/pango[introspection]
32
		x11-libs/gtk+:3[introspection]
32
"
33
		x11-libs/pango[introspection] )
33
DEPEND="${CDEPEND}
34
	test? ( ${test_DEPEND} )
35
"
36
RDEPEND="${CDEPEND}
37
	${test_DEPEND}
34
"
38
"
35
BDEPEND="
39
BDEPEND="
36
	virtual/pkgconfig
40
	virtual/pkgconfig

Return to bug 701622