diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-03-21 01:58:31 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-03-21 01:58:31 +0000 |
commit | ff7fdd6a966b01f54dd097b1c68093381597eec2 (patch) | |
tree | 93b89d6d5b31f04f869abe6dbc1636e28bb2b1db /dev-python | |
parent | Fixing the test sequence (bug #126847) (diff) | |
download | historical-ff7fdd6a966b01f54dd097b1c68093381597eec2.tar.gz historical-ff7fdd6a966b01f54dd097b1c68093381597eec2.tar.bz2 historical-ff7fdd6a966b01f54dd097b1c68093381597eec2.zip |
[QA] fixing test sequence
Package-Manager: portage-2.1_pre6-r5
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python-extras/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog index 9bcefd59c7c8..9c60cfaa53d7 100644 --- a/dev-python/gnome-python-extras/ChangeLog +++ b/dev-python/gnome-python-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-extras # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.25 2006/03/20 03:12:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.26 2006/03/21 01:58:31 compnerd Exp $ + + 21 Mar 2006; Saleem Abdulrasool <compnerd@gentoo.org> + gnome-python-extras-2.14.0.ebuild: + Fixing test sequence 20 Mar 2006; Seemant Kulleen <seemant@gentoo.org> gnome-python-extras-2.14.0.ebuild: diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild index 4266787f74de..d9555e369695 100644 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild +++ b/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild,v 1.2 2006/03/20 03:12:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild,v 1.3 2006/03/21 01:58:31 compnerd Exp $ -inherit eutils gnome2 python +inherit eutils gnome2 python virtualx DESCRIPTION="GNOME 2 Bindings for Python" HOMEPAGE="http://www.pygtk.org" @@ -42,7 +42,7 @@ src_compile() { } src_test() { - einfo "disabling for now" + Xmake check || die "tests failed" } src_install() { |