diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-05 20:47:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-05 20:47:45 +0000 |
commit | 25939f9268db93e14b27d4a449c4c23af6286480 (patch) | |
tree | 63ef5d2a74b921b826cd9885b6d54cf521d53bcb /sys-apps/dbus | |
parent | disable tests wrt bug 279283 (diff) | |
download | gentoo-2-25939f9268db93e14b27d4a449c4c23af6286480.tar.gz gentoo-2-25939f9268db93e14b27d4a449c4c23af6286480.tar.bz2 gentoo-2-25939f9268db93e14b27d4a449c4c23af6286480.zip |
Drop in a comment that eautoreconf fixes also cross-compile wrt #263909 so that it doesn't get removed later on ...
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/dbus-1.3.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/dbus/dbus-1.3.0.ebuild b/sys-apps/dbus/dbus-1.3.0.ebuild index 41d2f3874692..f7c8f268e488 100644 --- a/sys-apps/dbus/dbus-1.3.0.ebuild +++ b/sys-apps/dbus/dbus-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.3.0.ebuild,v 1.2 2009/08/05 17:20:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.3.0.ebuild,v 1.3 2009/08/05 20:47:45 ssuominen Exp $ inherit autotools eutils multilib flag-o-matic @@ -31,6 +31,8 @@ src_unpack() { sed -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ -e '/"dispatch"/d' -i "${S}/bus/test-main.c" epatch "${FILESDIR}"/${P}-asneeded.patch + # required for asneeded patch but also for bug 263909, cross-compile so + # don't remove eautoreconf eautoreconf } |