diff options
author | 2013-03-29 21:13:22 +0000 | |
---|---|---|
committer | 2013-03-29 21:13:22 +0000 | |
commit | a1af0b0aa9f6c75934f7c574439da553ad8692f5 (patch) | |
tree | de99d79a9f1138a3da55ff2744448adfab3ec64c /x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild | |
parent | Fix test dependencies. (diff) | |
download | historical-a1af0b0aa9f6c75934f7c574439da553ad8692f5.tar.gz historical-a1af0b0aa9f6c75934f7c574439da553ad8692f5.tar.bz2 historical-a1af0b0aa9f6c75934f7c574439da553ad8692f5.zip |
Convert to vala.eclass
Package-Manager: portage-2.2.0_alpha170/cvs/Linux x86_64
Manifest-Sign-Key: 0x84F20B43
Diffstat (limited to 'x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild')
-rw-r--r-- | x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild index 12ad34b308bd..31d4005d0022 100644 --- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.4 2012/01/22 20:43:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.5 2013/03/29 21:13:21 angelos Exp $ EAPI=4 - PYTHON_DEPEND="2:2.7" +VALA_USE_DEPEND="vapigen" -inherit python waf-utils +inherit python waf-utils vala DESCRIPTION="A desktop-agnostic library for GLib-based projects" HOMEPAGE="https://launchpad.net/libdesktop-agnostic" @@ -25,7 +25,7 @@ RDEPEND=">=dev-libs/glib-2 glade? ( gnome-base/libglade:2.0 ) gnome? ( gnome-base/gnome-desktop:2 )" DEPEND="${RDEPEND} - dev-lang/vala:0.10[vapigen] + $(vala_depend) dev-libs/gobject-introspection introspection? ( x11-libs/gtk+:2[introspection] )" @@ -43,7 +43,6 @@ src_configure() { use glade && myconf="${myconf} --enable-glade" use introspection || myconf="${myconf} --disable-gi" - VALAC=$(type -P valac-0.10) \ waf-utils_src_configure \ --sysconfdir="${EPREFIX}"/etc \ --config-backends=${cfg} \ |