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 | 7353e7f9a0d607ae59e470a48b562ac7d8201b3f (patch) | |
tree | 9bebda1ff165a9d701a36c64b69ad7ec913e8667 /eclass | |
parent | dev-python/ansi2html: 1.0.2 (diff) | |
download | gentoo-2-7353e7f9a0d607ae59e470a48b562ac7d8201b3f.tar.gz gentoo-2-7353e7f9a0d607ae59e470a48b562ac7d8201b3f.tar.bz2 gentoo-2-7353e7f9a0d607ae59e470a48b562ac7d8201b3f.zip |
Prepare for vala-0.22
Diffstat (limited to 'eclass')
-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 |