commit:     61216188cee5ad21156de979ed1e01a98f44d816
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:37:27 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:37:27 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=61216188

dev-util/valadoc: bump to EAPI5, migrate to vala.eclass

 dev-util/valadoc/valadoc-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/valadoc/valadoc-9999.ebuild 
b/dev-util/valadoc/valadoc-9999.ebuild
index 3e50c2b..3cd0d2b 100644
--- a/dev-util/valadoc/valadoc-9999.ebuild
+++ b/dev-util/valadoc/valadoc-9999.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit autotools git-2
+EAPI=5
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="a documentation generator for Vala source code"
 HOMEPAGE="https://live.gnome.org/Valadoc";
@@ -15,7 +16,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="dev-lang/vala:0.14
+RDEPEND="$(vala_depend)
        >=dev-libs/glib-2.12:2
        >=dev-libs/libgee-0.5:0
        >=media-gfx/graphviz-2.16
@@ -27,7 +28,7 @@ DEPEND="${RDEPEND}
 DOCS=( AUTHORS MAINTAINERS THANKS )
 
 src_configure() {
-       VALAC="$(type -p valac-0.14)" econf --disable-static
+       econf --disable-static
 }
 
 src_install() {

Reply via email to