summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-20 04:48:26 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-20 04:48:26 +0000
commit0bf0c0a3c04e0c0856debcc34bc2ddc68d8be048 (patch)
treee0b0de0daa814c5084d35ed703f9330a2912a29a /eclass/vala.eclass
parentstable ppc ppc64, bug #434304 (diff)
downloadhistorical-0bf0c0a3c04e0c0856debcc34bc2ddc68d8be048.tar.gz
historical-0bf0c0a3c04e0c0856debcc34bc2ddc68d8be048.tar.bz2
historical-0bf0c0a3c04e0c0856debcc34bc2ddc68d8be048.zip
VALA_{MIN,MAX}_API_VERSION are not unset by default.
Diffstat (limited to 'eclass/vala.eclass')
-rw-r--r--eclass/vala.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/vala.eclass b/eclass/vala.eclass
index 45945d61b393..59af8b5cc371 100644
--- a/eclass/vala.eclass
+++ b/eclass/vala.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.3 2012/09/12 20:47:27 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.4 2012/09/20 04:48:26 tetromino Exp $
# @ECLASS: vala.eclass
# @MAINTAINER:
@@ -25,13 +25,11 @@ case "${EAPI:-0}" in
esac
# @ECLASS-VARIABLE: VALA_MIN_API_VERSION
-# @DEFAULT_UNSET
# @DESCRIPTION:
# Minimum vala API version (e.g. 0.16).
VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.10}
# @ECLASS-VARIABLE: VALA_MAX_API_VERSION
-# @DEFAULT_UNSET
# @DESCRIPTION:
# Maximum vala API version (e.g. 0.18).
VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.18}