summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-07-04 04:00:27 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-07-04 04:00:27 +0000
commit46109c2fd8ff7124010b8976a684190c36590ebb (patch)
tree2b043c4eb0ec3e57e1503a313b9fd6f9b35b7e33 /sys-apps/dbus
parentMark -* to force upgrade (diff)
downloadgentoo-2-46109c2fd8ff7124010b8976a684190c36590ebb.tar.gz
gentoo-2-46109c2fd8ff7124010b8976a684190c36590ebb.tar.bz2
gentoo-2-46109c2fd8ff7124010b8976a684190c36590ebb.zip
Fixed typo that shouldn't affect compiles
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/ChangeLog5
-rw-r--r--sys-apps/dbus/dbus-0.62.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog
index f812a8dd842e..572944646709 100644
--- a/sys-apps/dbus/ChangeLog
+++ b/sys-apps/dbus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/dbus
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.123 2006/07/03 17:30:51 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.124 2006/07/04 04:00:27 cardoe Exp $
+
+ 04 Jul 2006; Doug Goldstein <cardoe@gentoo.org> dbus-0.62.ebuild:
+ Fix typo that shouldn't really affect compiles
03 Jul 2006; Luis Medinas <metalgod@gentoo.org> dbus-0.61-r1.ebuild:
Stable on amd64. Bug #137325.
diff --git a/sys-apps/dbus/dbus-0.62.ebuild b/sys-apps/dbus/dbus-0.62.ebuild
index 1432090041bc..4c6d9e7d76c7 100644
--- a/sys-apps/dbus/dbus-0.62.ebuild
+++ b/sys-apps/dbus/dbus-0.62.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/sys-apps/dbus/dbus-0.62.ebuild,v 1.7 2006/06/30 14:13:50 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.62.ebuild,v 1.8 2006/07/04 04:00:27 cardoe Exp $
inherit eutils mono python multilib debug qt3 autotools
@@ -60,7 +60,7 @@ src_compile() {
fi
if use qt4; then
- myconf="${myconf} --enable-qt -with-qt-moc=/usr/bin/moc"
+ myconf="${myconf} --enable-qt --with-qt-moc=/usr/bin/moc"
else
myconf="${myconf} --disable-qt --without-qt-moc"
fi