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 | 1d46b36046bd15b0979ff35878b4a22f37ff0ad6 (patch) | |
tree | c465fbc0575c27d27dcecde57dd989f77334f57a /sys-apps/dbus | |
parent | vim7 update goodness (diff) | |
download | gentoo-2-1d46b36046bd15b0979ff35878b4a22f37ff0ad6.tar.gz gentoo-2-1d46b36046bd15b0979ff35878b4a22f37ff0ad6.tar.bz2 gentoo-2-1d46b36046bd15b0979ff35878b4a22f37ff0ad6.zip |
fixifix
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/dbus-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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. |