summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-08-17 22:15:05 +0000
committerMarinus Schraal <foser@gentoo.org>2004-08-17 22:15:05 +0000
commitaf07ba3874aff9992ab8e7da6876105191200e80 (patch)
treebb1e9234387054067491198eb47958bef6a1ebfe /sys-apps/dbus
parentLIBC can cause bad things #60667 (diff)
downloadhistorical-af07ba3874aff9992ab8e7da6876105191200e80.tar.gz
historical-af07ba3874aff9992ab8e7da6876105191200e80.tar.bz2
historical-af07ba3874aff9992ab8e7da6876105191200e80.zip
disable mono example building
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/Manifest2
-rw-r--r--sys-apps/dbus/dbus-0.22.ebuild5
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest
index 80ae565aa5c4..329bec78e0c0 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -1,4 +1,4 @@
-MD5 39ad11fc3e26297e530fbf322c1e6019 dbus-0.22.ebuild 2367
+MD5 a9ab67faf6b80e16ca8dc6e6a9f9ec99 dbus-0.22.ebuild 2473
MD5 30af56a46499e054eec72a295997a9ef ChangeLog 2107
MD5 5b5bcd9c1a432b2c8157b0004a073f72 metadata.xml 224
MD5 5ad50ae94f784548fc0d6f1364ce23bb files/dbus 544
diff --git a/sys-apps/dbus/dbus-0.22.ebuild b/sys-apps/dbus/dbus-0.22.ebuild
index 9117b2d47f13..588883f72288 100644
--- a/sys-apps/dbus/dbus-0.22.ebuild
+++ b/sys-apps/dbus/dbus-0.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22.ebuild,v 1.1 2004/08/17 17:40:46 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22.ebuild,v 1.2 2004/08/17 22:15:05 foser Exp $
# because of the experimental nature debug by default
inherit debug eutils mono
@@ -67,6 +67,9 @@ src_compile() {
# `use_enable doc doxygen-docs` \
# `use_enable doc xml-docs` \
+ # do not build the mono examples, they need gtk-sharp
+ touch ${S}/mono/example/echo-{server,client}.exe
+
emake || die
}