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

(-)/usr/portage/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild (-3 / +3 lines)
Lines 2-8 Link Here
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/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v 1.9 2012/07/29 23:56:22 blueness Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v 1.9 2012/07/29 23:56:22 blueness Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
6
7
inherit eutils autotools multilib
7
inherit eutils autotools multilib
8
8
Lines 12-18 Link Here
12
12
13
LICENSE="FastCGI"
13
LICENSE="FastCGI"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
16
IUSE="html"
16
IUSE="html"
17
17
18
DEPEND=""
18
DEPEND=""
Lines 31-37 Link Here
31
}
31
}
32
32
33
src_install() {
33
src_install() {
34
	emake DESTDIR="${D}" install LIBRARY_PATH="${D}/usr/$(get_libdir)" || die
34
	emake DESTDIR="${D}" install LIBRARY_PATH="${ED}/usr/$(get_libdir)"
35
35
36
	dodoc README
36
	dodoc README
37
37

Return to bug 440070