diff options
Diffstat (limited to 'media-libs/grilo/grilo-0.1.20.ebuild')
-rw-r--r-- | media-libs/grilo/grilo-0.1.20.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/grilo/grilo-0.1.20.ebuild b/media-libs/grilo/grilo-0.1.20.ebuild index 0568fffe0fa6..74da0530dab6 100644 --- a/media-libs/grilo/grilo-0.1.20.ebuild +++ b/media-libs/grilo/grilo-0.1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.1.20.ebuild,v 1.1 2012/09/16 02:48:00 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.1.20.ebuild,v 1.2 2012/12/10 02:40:29 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" # --enable-debug only changes CFLAGS @@ -14,7 +14,7 @@ inherit gnome2 vala DESCRIPTION="A framework for easy media discovery and browsing" HOMEPAGE="https://live.gnome.org/Grilo" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0.1" KEYWORDS="~amd64 ~x86" IUSE="doc examples gtk +introspection +network test vala" @@ -30,7 +30,8 @@ DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.10 ) vala? ( $(vala_depend) ) test? ( - dev-python/pygobject:2[introspection?] + dev-python/pygobject:2 + dev-python/pygobject:3 media-plugins/grilo-plugins:0.1 )" # eautoreconf requires gnome-common |