# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils gnome2 DESCRIPTION="C++ interface for gtksourceview" HOMEPAGE="http://gtkmm.sourceforge.net/" LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND=">=dev-libs/libsigc++-2.0.11 >=dev-libs/glib-2.9 >=x11-libs/gtksourceview-1.8.1 >=dev-cpp/gtkmm-2.4.0" DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( app-doc/doxygen )" src_unpack() { built_with_use ">=dev-cpp/gtkmm-2.10.0" accessibility || die "You must build dev-cpp/gtkmm with accessibility useflag turned on!" gnome2_src_unpack }