diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-01-13 21:05:15 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-01-13 21:05:15 +0000 |
commit | d704be5c13185eba36a9912b929a4e7efc4fee8b (patch) | |
tree | f3b6b4633795d628488100b5bae6b503e5519619 /sys-apps/dbus | |
parent | vim7 update goodness (diff) | |
download | historical-d704be5c13185eba36a9912b929a4e7efc4fee8b.tar.gz historical-d704be5c13185eba36a9912b929a4e7efc4fee8b.tar.bz2 historical-d704be5c13185eba36a9912b929a4e7efc4fee8b.zip |
fixifix
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.23.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest index 675bf48e6721..466115b6ce65 100644 --- a/sys-apps/dbus/Manifest +++ b/sys-apps/dbus/Manifest @@ -1,5 +1,5 @@ MD5 0f366a3fd6a36c32a4b1448b662d881a dbus-0.22-r2.ebuild 3212 -MD5 23d62a4b46d7e2b8b19bc2c97f060e4f dbus-0.23.ebuild 2799 +MD5 f413fe3614a00046df79fac413217c8c dbus-0.23.ebuild 2797 MD5 d389f0542ab88162dc6372a1121724a1 dbus-0.22-r1.ebuild 2859 MD5 67387471ff24abf960eb6e14521b7101 dbus-0.22-r3.ebuild 3239 MD5 75f391dc5cd9c5cf0e514c2a5abe9693 ChangeLog 3862 diff --git a/sys-apps/dbus/dbus-0.23.ebuild b/sys-apps/dbus/dbus-0.23.ebuild index 3d723f4272c9..bcc7b26a10ce 100644 --- a/sys-apps/dbus/dbus-0.23.ebuild +++ b/sys-apps/dbus/dbus-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.23.ebuild,v 1.3 2005/01/13 17:37:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.23.ebuild,v 1.4 2005/01/13 21:05:15 foser Exp $ # because of the experimental nature debug by default inherit debug eutils mono python @@ -78,7 +78,7 @@ src_compile() { # `use_enable doc xml-docs` \ # do not build the mono examples, they need gtk-sharp - touch ${S}/mono/example/{Echo{Client,er,Server},BusListener}.exe + touch ${S}/mono/example/{bus-listener,echo-{server,client}}.exe # this gets around a lib64 sandbox bug. note that this addpredict is # added automatically by sandbox.c for lib. |