diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-01-13 17:13:17 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-01-13 17:13:17 +0000 |
commit | 50455324600fb5da4ece3c68ecbba3f2cd88d022 (patch) | |
tree | 6645ac7f175a0d3e43b5d0f5e4df7e7ead5251f7 /sys-apps | |
parent | fixed manifest (Manifest recommit) (diff) | |
download | gentoo-2-50455324600fb5da4ece3c68ecbba3f2cd88d022.tar.gz gentoo-2-50455324600fb5da4ece3c68ecbba3f2cd88d022.tar.bz2 gentoo-2-50455324600fb5da4ece3c68ecbba3f2cd88d022.zip |
fixes for the mono examples
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 3 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.23.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index edcece88f079..d6b6fb46e7be 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for sys-apps/dbus # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.25 2005/01/13 11:20:48 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.26 2005/01/13 17:13:17 foser Exp $ *dbus-0.23 (13 Jan 2005) 13 Jan 2005; foser <foser@gentoo.org> dbus-0.23.ebuild : New release, minor ebuild fixes + Add some touch statements for #77833 08 Jan 2005; Tom Martin <slarti@gentoo.org> dbus-0.22-r1.ebuild: Stable on amd64. diff --git a/sys-apps/dbus/dbus-0.23.ebuild b/sys-apps/dbus/dbus-0.23.ebuild index d1f2859c6578..040078b3cbd2 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.1 2005/01/13 11:20:48 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.23.ebuild,v 1.2 2005/01/13 17:13:17 foser Exp $ # because of the experimental nature debug by default inherit debug eutils mono python @@ -82,7 +82,7 @@ src_compile() { # `use_enable doc xml-docs` \ # do not build the mono examples, they need gtk-sharp - touch ${S}/mono/example/echo-{server,client}.exe + touch ${S}/mono/example/{Echo{Client,er,Server},BusListener}.exe # this gets around a lib64 sandbox bug. note that this addpredict is # added automatically by sandbox.c for lib. |