diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-01-21 23:57:45 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-01-21 23:57:45 +0000 |
commit | e063da860491b5b4144d3fa87a63120b907c65c0 (patch) | |
tree | c10969d838ca9fcba2bf7d575969461cff3b6f35 /dev-util/anjuta | |
parent | Automated update. (diff) | |
download | gentoo-2-e063da860491b5b4144d3fa87a63120b907c65c0.tar.gz gentoo-2-e063da860491b5b4144d3fa87a63120b907c65c0.tar.bz2 gentoo-2-e063da860491b5b4144d3fa87a63120b907c65c0.zip |
Raise vala to latest version proposed by configure, bug #497018.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-3.10.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog index 2d93558a9d92..8afbbbb21088 100644 --- a/dev-util/anjuta/ChangeLog +++ b/dev-util/anjuta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/anjuta -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.171 2013/12/24 16:05:59 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.172 2014/01/21 23:57:45 eva Exp $ + + 21 Jan 2014; Gilles Dartiguelongue <eva@gentoo.org> anjuta-3.10.2.ebuild: + Raise vala to latest version proposed by configure, bug #497018. *anjuta-3.10.2 (24 Dec 2013) diff --git a/dev-util/anjuta/anjuta-3.10.2.ebuild b/dev-util/anjuta/anjuta-3.10.2.ebuild index 89ebaf041e25..49d6cd15c5cb 100644 --- a/dev-util/anjuta/anjuta-3.10.2.ebuild +++ b/dev-util/anjuta/anjuta-3.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.1 2013/12/24 16:05:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.2 2014/01/21 23:57:45 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -8,7 +8,7 @@ GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python{2_6,2_7} ) # libanjuta-language-vala.so links to a specific slot of libvala; we want to # avoid automagic behavior. -VALA_MIN_API_VERSION="0.20" +VALA_MIN_API_VERSION="0.22" VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}" inherit gnome2 flag-o-matic readme.gentoo python-single-r1 vala |