Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 482726
Collapse All | Expand All

(-)libreoffice-4.1.0.4.ebuild.orig (-2 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.1.0.4.ebuild,v 1.4 2013/08/27 16:06:04 kensington Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.1.0.4.ebuild,v 1.3 2013/08/13 05:24:47 patrick Exp $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 520-527 Link Here
520
		[[ -s "${path}/helpimg.ilst" ]] || ewarn "The help images list is empty, something is fishy, report a bug."
520
		[[ -s "${path}/helpimg.ilst" ]] || ewarn "The help images list is empty, something is fishy, report a bug."
521
	)
521
	)
522
522
523
	local target
524
	use test && target="build" || target="build-nocheck"
523
	# this is not a proper make script
525
	# this is not a proper make script
524
	make build || die
526
	make "${target}" || die
525
}
527
}
526
528
527
src_test() {
529
src_test() {

Return to bug 482726