diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-12 02:14:43 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-12 02:14:43 +0000 |
commit | b3346b0d5c46d3a030609fd98b05c0b489049ce9 (patch) | |
tree | 08300067f00c4d741db53011db4943b9e3bab83f /gnome-base | |
parent | Bump to 0.11 (diff) | |
download | gentoo-2-b3346b0d5c46d3a030609fd98b05c0b489049ce9.tar.gz gentoo-2-b3346b0d5c46d3a030609fd98b05c0b489049ce9.tar.bz2 gentoo-2-b3346b0d5c46d3a030609fd98b05c0b489049ce9.zip |
Tests need /root/.gnome2_private. Bug #146967
(Portage version: 2.1.1)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libbonoboui/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index 0ae0a4e3439c..3cb4103681bf 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.126 2006/09/07 03:41:55 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.127 2006/09/12 02:14:43 dang Exp $ + + 12 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> + libbonoboui-2.16.0.ebuild: + Tests need /root/.gnome2_private. Bug #146967 *libbonoboui-2.16.0 (07 Sep 2006) diff --git a/gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild index afc62fb39ef1..fb8a7f6c32b0 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild,v 1.1 2006/09/07 03:41:55 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.16.0.ebuild,v 1.2 2006/09/12 02:14:43 dang Exp $ inherit eutils virtualx gnome2 @@ -30,6 +30,12 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README" +src_compile() { + addpredict "/root/.gnome2_private" + + gnome2_src_compile +} + src_test() { Xmake check || die } |