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

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- sed-4.0.8.ebuild.org        2003-12-23 10:42:48.243328176 +0000
0
++ sed-4.0.8.ebuild    2003-12-23 10:48:37.865177576 +0000
Lines 9-15 Link Here
9
KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ~ia64 ppc64"
9
KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ~ia64 ppc64"
10
SLOT="0"
10
SLOT="0"
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
IUSE="nls static build"
12
IUSE="nls static build icc"
13
inherit gnuconfig
13
inherit gnuconfig
Lines 26-31 Link Here
26
               && myconf="${myconf} --enable-nls" \
26
               && myconf="${myconf} --enable-nls" \
27
               || myconf="${myconf} --disable-nls"
27
               || myconf="${myconf} --disable-nls"
28
       use icc && CC=icc
29
28
       econf ${myconf} || die "Configure failed"
30
       econf ${myconf} || die "Configure failed"
29
       if [ -z `use static` ] ; then
31
       if [ -z `use static` ] ; then
30
               emake || die "Shared build failed"
32
               emake || die "Shared build failed"

Return to bug 36371