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

(-)ircii-20111115.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils
7
inherit eutils toolchain-funcs
8
8
9
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
9
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
10
SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2
10
SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2
Lines 27-32 Link Here
27
	econf $(use_enable ipv6)
27
	econf $(use_enable ipv6)
28
}
28
}
29
29
30
src_compile() {
31
	emake CC="$(tc-getCC)"
32
}
33
30
src_install() {
34
src_install() {
31
	emake -j1 DESTDIR="${D}" install
35
	emake -j1 DESTDIR="${D}" install
32
36

Return to bug 393109