summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-22 17:04:07 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-22 17:04:07 +0000
commit05bd94ac6caf511cf392f4b472d3d6176e1a2ff7 (patch)
tree3ee5ea11028c0b4c8af486739ff482f4407c9ff6 /eclass/qt4-build.eclass
parentVersion bump (diff)
downloadgentoo-2-05bd94ac6caf511cf392f4b472d3d6176e1a2ff7.tar.gz
gentoo-2-05bd94ac6caf511cf392f4b472d3d6176e1a2ff7.tar.bz2
gentoo-2-05bd94ac6caf511cf392f4b472d3d6176e1a2ff7.zip
Fix typo (qt4-build-edge -> qt4-build)
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index c777ab0ed44d..e50e04e76999 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.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/qt4-build.eclass,v 1.55 2009/12/22 16:04:13 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.56 2009/12/22 17:04:07 abcd Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -72,8 +72,8 @@ qt4-build_pkg_setup() {
if [[ ${EAPI} != 2 ]]; then
eerror "The qt4-build eclass requires EAPI=2, but this ebuild does not"
eerror "have EAPI=2 set. The ebuild author or editor failed. This ebuild needs"
- eerror "to be fixed. Using qt4-build-edge eclass without EAPI=2 will fail."
- die "qt4-build-edge eclass requires EAPI=2"
+ eerror "to be fixed. Using qt4-build eclass without EAPI=2 will fail."
+ die "qt4-build eclass requires EAPI=2"
fi
if ! version_is_at_least 4.1 $(gcc-version); then