# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit gnome2 DESCRIPTION="Gnome Color Manager" HOMEPAGE="http://projects.gnome.org/gnome-color-manager/" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=">=dev-libs/glib-2.22 >=x11-libs/gtk+-2.18 >=gnome-base/gconf-2 sys-fs/udev[extras] " DEPEND="${RDEPEND} >=app-text/gnome-doc-utils-0.3.2 gnome-base/gnome-common doc? ( >=dev-util/gtk-doc-1 )" DOCS="README NEWS MAINTAINERS ChangeLog AUTHORS" #pkg_setup() { # G2CONF="${G2CONF} # --enable-hardware-detection # " #}