diff options
author | 2012-08-09 15:44:04 +0000 | |
---|---|---|
committer | 2012-08-09 15:44:04 +0000 | |
commit | 044429bfa6414218d783428f4258859d6fdb45ae (patch) | |
tree | 68e924910666a01a85bfe57108e23c1673c935e0 /app-office/libreoffice/libreoffice-3.6.9999.ebuild | |
parent | x86 stable, see bug 418697 (diff) | |
download | gentoo-2-044429bfa6414218d783428f4258859d6fdb45ae.tar.gz gentoo-2-044429bfa6414218d783428f4258859d6fdb45ae.tar.bz2 gentoo-2-044429bfa6414218d783428f4258859d6fdb45ae.zip |
Restrict tests on 3.6 platform as it is unfinished. Wrt bug#430620.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.6.9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.6.9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-3.6.9999.ebuild b/app-office/libreoffice/libreoffice-3.6.9999.ebuild index 16df213e39dd..b7973fa041a7 100644 --- a/app-office/libreoffice/libreoffice-3.6.9999.ebuild +++ b/app-office/libreoffice/libreoffice-3.6.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.6.9999.ebuild,v 1.14 2012/08/09 11:35:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.6.9999.ebuild,v 1.15 2012/08/09 15:44:04 scarabeus Exp $ EAPI=4 @@ -224,6 +224,8 @@ REQUIRED_USE=" libreoffice_extensions_wiki-publisher? ( java ) " +RESTRICT="test" + S="${WORKDIR}/${PN}-core-${PV}" CHECKREQS_MEMORY="512M" |