diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-04-06 00:28:28 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-04-06 00:28:28 +0200 |
commit | d9b8f1e2f123ee4229328f6892e310647970dcd7 (patch) | |
tree | b1e066217f0d090a7bbf602803e849276357b49a | |
parent | media-tv/media-explorer: remove dead package (diff) | |
download | eva-d9b8f1e2f123ee4229328f6892e310647970dcd7.tar.gz eva-d9b8f1e2f123ee4229328f6892e310647970dcd7.tar.bz2 eva-d9b8f1e2f123ee4229328f6892e310647970dcd7.zip |
dev-util/valadoc: update vala dependencies
-rw-r--r-- | dev-util/valadoc/valadoc-9999.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/valadoc/valadoc-9999.ebuild b/dev-util/valadoc/valadoc-9999.ebuild index 30e2c84..78b1220 100644 --- a/dev-util/valadoc/valadoc-9999.ebuild +++ b/dev-util/valadoc/valadoc-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -VALA_MIN_API_VERSION="0.20" +VALA_MIN_API_VERSION="0.26" -inherit autotools eutils git-r3 vala +inherit autotools git-r3 ltprune vala DESCRIPTION="Documentation generator for Vala source code" HOMEPAGE="https://live.gnome.org/Valadoc" @@ -16,10 +16,11 @@ KEYWORDS="" IUSE="" RDEPEND=" - dev-lang/vala:0.20 - dev-lang/vala:0.22 - dev-lang/vala:0.24 dev-lang/vala:0.26 + dev-lang/vala:0.28 + dev-lang/vala:0.30 + dev-lang/vala:0.32 + dev-lang/vala:0.34 >=dev-libs/glib-2.24:2 >=dev-libs/libgee-0.8:0.8 >=media-gfx/graphviz-2.16 |