diff options
author | 2013-10-04 22:11:54 +0000 | |
---|---|---|
committer | 2013-10-04 22:11:54 +0000 | |
commit | 52cf916c9b96c664b6409e329dba2c4658999086 (patch) | |
tree | 1b5371cb2c60068ccd192d11e5c9ea7a91d38a5f | |
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
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/vala.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 661e2cd48529..0f3313512e7b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1005 2013/10/04 15:27:28 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1006 2013/10/04 22:11:54 tetromino Exp $ + + 04 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org> vala.eclass: + Prepare for vala-0.22 04 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> enlightenment.eclass: 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 |