Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294738 | Differences between
and this patch

Collapse All | Expand All

(-)vaal-1.2.ebuild.orig (-2 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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/sci-biology/vaal/vaal-1.2.ebuild,v 1.3 2009/11/12 19:15:45 weaver Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-biology/vaal/vaal-1.2.ebuild,v 1.3 2009/11/12 19:15:45 weaver Exp $
4
4
Lines 21-29 Link Here
21
21
22
PATCHES=(
22
PATCHES=(
23
	"${FILESDIR}"/${P}-gcc-x86-no-autocast.patch
23
	"${FILESDIR}"/${P}-gcc-x86-no-autocast.patch
24
	"${FILESDIR}"/${P}-as-needed.patch
25
	"${FILESDIR}"/${P}-respect-flags.patch
24
)
26
)
25
27
26
S="${WORKDIR}/VAAL"
28
S=${WORKDIR}/VAAL
27
29
28
src_install() {
30
src_install() {
29
	exeinto /usr/share/${PN}/bin
31
	exeinto /usr/share/${PN}/bin

Return to bug 294738