# Distributed under the terms of the GNU General Public License v2 EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="C++ wrappers for GooCanvas" HOMEPAGE="http://www.gtkmm.org" LICENSE="LGPL-2.1" SLOT="2.0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="doc static-libs" RDEPEND=" dev-cpp/atkmm dev-cpp/cairomm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/pangomm:1.4 dev-libs/glib:2 dev-libs/libsigc++:2 x11-libs/goocanvas:2.0 x11-libs/gtk+:3 " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( media-gfx/graphviz dev-libs/libxslt app-doc/doxygen ) " src_configure() { DOCS="AUTHORS ChangeLog NEWS README TODO" gnome2_src_configure \ $(use_enable doc documentation) \ $(use_enable static-libs static) }