diff options
Diffstat (limited to 'app-cdr/k9copy/k9copy-1.2.2.ebuild')
-rw-r--r-- | app-cdr/k9copy/k9copy-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/k9copy/k9copy-1.2.2.ebuild b/app-cdr/k9copy/k9copy-1.2.2.ebuild index 78083cf8f07c..bae1b2e87ba1 100644 --- a/app-cdr/k9copy/k9copy-1.2.2.ebuild +++ b/app-cdr/k9copy/k9copy-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k9copy/k9copy-1.2.2.ebuild,v 1.2 2008/01/02 04:24:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k9copy/k9copy-1.2.2.ebuild,v 1.3 2008/01/09 15:13:33 keytoaster Exp $ EAPI="1" @@ -35,7 +35,7 @@ pkg_setup() { if ! built_with_use x11-libs/qt:3 opengl ; then eerror "K9Copy needs Qt 3 built with OpenGL support. Please set the" - errror "\"opengl\" use flag and run \"emerge --oneshot x11-libs/qt:3\"" + eerror "\"opengl\" use flag and run \"emerge --oneshot x11-libs/qt:3\"" die "Please follow the above error message." fi } |