# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" GNOME2_LA_PUNT="yes" _PYTHON_ALLOW_PY27=1 PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2 python-r1_py2 virtualx #GCONF_DEBUG="no" DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples libffi test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=">=dev-libs/glib-2.24.0:2 libffi? ( dev-libs/libffi:= ) dev-lang/python:2.7 " DEPEND="${COMMON_DEPEND} dev-build/gtk-doc-am virtual/pkgconfig test? ( media-fonts/font-cursor-misc media-fonts/font-misc-misc ) " RDEPEND="${COMMON_DEPEND} ! /dev/null || die "$@" popd > /dev/null }