# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit multilib scons-utils toolchain-funcs git-r3 DESCRIPTION="A library for making brushstrokes, used by MyPaint and other projects" HOMEPAGE="http://mypaint.intilinux.com/" EGIT_REPO_URI="https://github.com/mypaint/libmypaint.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} src_compile() { escons prefix="/usr" } src_install () { escons enable_gegl="true" prefix="/usr" --install-sandbox="${D}" "${D}" }