summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-19 23:52:39 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-19 23:52:39 +0000
commitb6550ebb0734a39e17a7ccf00861dc93109cde09 (patch)
tree788124a245384e9faf001dd01c63e944a3db69fe /eclass
parentfix ChangeLog entries for missing > in email address (diff)
downloadhistorical-b6550ebb0734a39e17a7ccf00861dc93109cde09.tar.gz
historical-b6550ebb0734a39e17a7ccf00861dc93109cde09.tar.bz2
historical-b6550ebb0734a39e17a7ccf00861dc93109cde09.zip
Fix typo, thanks to zx2c4 for spotting issue
Diffstat (limited to 'eclass')
-rw-r--r--eclass/virtualx.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
index 6312d88e107b..96c9d8cd90be 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.30 2009/10/19 21:12:07 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.31 2009/10/19 23:52:39 abcd Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -21,7 +21,7 @@ case ${VIRTUALX_REQUIRED} in
RDEPEND=""
;;
tests)
- DEPEND="test? ( ${VIRTUAX_DEPEND} )"
+ DEPEND="test? ( ${VIRTUALX_DEPEND} )"
RDEPEND=""
IUSE="test"
;;