# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" MATE_LA_PUNT="yes" inherit mate DESCRIPTION="MATE keyboard configuration library" HOMEPAGE="http://mate-desktop.org" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="gtk3 test" RDEPEND=">=dev-libs/glib-2.18:2 !gtk3? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) >=x11-libs/libxklavier-5.0" DEPEND="${RDEPEND} >=dev-util/intltool-0.35 virtual/pkgconfig" pkg_setup() { G2CONF="${G2CONF} $(use_enable test tests)" DOCS="AUTHORS ChangeLog NEWS README" }