diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-11-07 20:06:06 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-11-07 20:06:06 +0000 |
commit | f208e3f10d17e03e551506a87acbdeac5031d8b1 (patch) | |
tree | 78875bb7c9d6007e6e61ca147d815f70930d681b /x11-libs | |
parent | Version Bump. (diff) | |
download | gentoo-2-f208e3f10d17e03e551506a87acbdeac5031d8b1.tar.gz gentoo-2-f208e3f10d17e03e551506a87acbdeac5031d8b1.tar.bz2 gentoo-2-f208e3f10d17e03e551506a87acbdeac5031d8b1.zip |
fix missing quote
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/qt-4.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-4.2.1.ebuild b/x11-libs/qt/qt-4.2.1.ebuild index 9d1f21a79e3b..4ba6a85b3a6f 100644 --- a/x11-libs/qt/qt-4.2.1.ebuild +++ b/x11-libs/qt/qt-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.2.1.ebuild,v 1.11 2006/11/07 12:54:45 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.2.1.ebuild,v 1.12 2006/11/07 20:06:06 caleb Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -69,7 +69,7 @@ pkg_setup() { eerror "You currently have dbus-0.62 installed with Qt4 bindings support." eerror eerror "Unfortunately, Qt-4.2 is not supported for these bindings. For now," - eerror "if you want to continue using these bindings, you will need to + eerror "if you want to continue using these bindings, you will need to " eerror "package.mask =x11-libs/qt-4.2*" eerror eerror "If you do not need these bindings, re-emerge sys-apps/dbus-0.62 with the" |