diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-10-04 22:11:54 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-10-04 22:11:54 +0000 |
commit | 52cf916c9b96c664b6409e329dba2c4658999086 (patch) | |
tree | 1b5371cb2c60068ccd192d11e5c9ea7a91d38a5f /eclass/vala.eclass | |
parent | dev-python/ansi2html: 1.0.2 (diff) | |
download | historical-52cf916c9b96c664b6409e329dba2c4658999086.tar.gz historical-52cf916c9b96c664b6409e329dba2c4658999086.tar.bz2 historical-52cf916c9b96c664b6409e329dba2c4658999086.zip |
Prepare for vala-0.22
Diffstat (limited to 'eclass/vala.eclass')
-rw-r--r-- | eclass/vala.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/vala.eclass b/eclass/vala.eclass index 896250f06eca..b8cf3658d052 100644 --- a/eclass/vala.eclass +++ b/eclass/vala.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.6 2013/03/29 12:27:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.7 2013/10/04 22:11:54 tetromino Exp $ # @ECLASS: vala.eclass # @MAINTAINER: @@ -31,8 +31,8 @@ VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.10} # @ECLASS-VARIABLE: VALA_MAX_API_VERSION # @DESCRIPTION: -# Maximum vala API version (e.g. 0.18). -VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.20} +# Maximum vala API version (e.g. 0.20). +VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.22} # @ECLASS-VARIABLE: VALA_USE_DEPEND # @DEFAULT_UNSET |