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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- a/net-ftp/ncftp/ncftp-3.2.4.1.ebuild     2010-07-29 17:08:30.000000000 +0200
0
++ b/net-ftp/ncftp/ncftp-3.2.4.1.ebuild       2010-08-29 15:06:09.000000000 +0200
Lines 15-21 Link Here
15
LICENSE="Clarified-Artistic"
15
LICENSE="Clarified-Artistic"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
18
IUSE=""
18
IUSE="pch"
19
19
20
DEPEND="sys-libs/ncurses"
20
DEPEND="sys-libs/ncurses"
21
RDEPEND="${DEPEND}"
21
RDEPEND="${DEPEND}"
Lines 32-38 Link Here
32
               -i Makefile.in */Makefile.in || die
32
               -i Makefile.in */Makefile.in || die
33
}
33
}
34
src_configure() {
34
src_configure() {
35
       LC_ALL="C" econf --disable-universal
35
       LC_ALL="C" econf \
36
       --disable-universal \
37
       $(use_enable pch precomp )
36
}
38
}
37
39
38
src_install() {
40
src_install() {

Return to bug 301299