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

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- cpio-2.5.ebuild.org 2003-12-23 13:29:11.211686304 +0000
0
++ cpio-2.5.ebuild     2003-12-23 13:29:41.414094840 +0000
Lines 10-15 Link Here
10
SLOT="0"
10
SLOT="0"
11
LICENSE="GPL-2 LGPL-2"
11
LICENSE="GPL-2 LGPL-2"
12
IUSE="icc"
13
12
DEPEND="virtual/glibc"
14
DEPEND="virtual/glibc"
13
src_unpack() {
15
src_unpack() {
Lines 19-24 Link Here
19
}
21
}
20
src_compile() {
22
src_compile() {
23
       use icc && CC=icc
24
21
       econf || die
25
       econf || die
22
       emake || die
26
       emake || die
23
}
27
}

Return to bug 36376