diff options
author | 2010-09-29 05:41:18 +0000 | |
---|---|---|
committer | 2010-09-29 05:41:18 +0000 | |
commit | cd9abec848274ce6c23731771bbdefcf307b1da0 (patch) | |
tree | c1c5f557f860c9afef4acb3364a0a31deaa24c65 /sci-mathematics/pspp/pspp-0.6.2.ebuild | |
parent | ppc64 stable wrt #337575 (diff) | |
download | historical-cd9abec848274ce6c23731771bbdefcf307b1da0.tar.gz historical-cd9abec848274ce6c23731771bbdefcf307b1da0.tar.bz2 historical-cd9abec848274ce6c23731771bbdefcf307b1da0.zip |
Disabling postgres test, bad server starting
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/pspp/pspp-0.6.2.ebuild')
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/pspp/pspp-0.6.2.ebuild b/sci-mathematics/pspp/pspp-0.6.2.ebuild index 6c4314f27cd5..d6108558621f 100644 --- a/sci-mathematics/pspp/pspp-0.6.2.ebuild +++ b/sci-mathematics/pspp/pspp-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.3 2010/06/17 21:58:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.4 2010/09/29 05:41:18 bicatali Exp $ EAPI=2 inherit eutils elisp-common autotools @@ -34,6 +34,7 @@ SITEFILE=50${PN}-gentoo.el src_prepare() { # this patch is hacky, but should not be needed for 0.7 epatch "${FILESDIR}"/${PN}-0.6.0-as-needed.patch + epatch "${FILESDIR}"/${PN}-0.6.2-no-test-pgsql.patch eautoreconf } |