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

Collapse All | Expand All

(-)/usr/portage/dev-lang/perl/perl-5.8.4-r1.ebuild (-1 / +7 lines)
Lines 16-22 Link Here
16
LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}"
16
LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}"
17
LICENSE="Artistic GPL-2"
17
LICENSE="Artistic GPL-2"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
19
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~macos"
20
IUSE="berkdb doc gdbm threads uclibc"
20
IUSE="berkdb doc gdbm threads uclibc"
21
21
22
DEPEND="!uclibc? ( sys-apps/groff )
22
DEPEND="!uclibc? ( sys-apps/groff )
Lines 111-116 Link Here
111
	# sparc64.
111
	# sparc64.
112
112
113
	epatch ${FILESDIR}/${P}-nonblock.patch
113
	epatch ${FILESDIR}/${P}-nonblock.patch
114
115
	# Config.pm on Mac OS X defaults to installing some files into
116
	# /Network/Library, which fails because /Network is a read-only
117
	# file system. Replace this with /System. (Maybe there should be
118
	# a USE flag for this).
119
	epatch ${FILESDIR}/${P}-macos-install-dirs.patch
114
}
120
}
115
121
116
src_configure() {
122
src_configure() {

Return to bug 60811