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

Collapse All | Expand All

(-)/usr/portage/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild (-2 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.20 2006/07/04 07:06:09 ian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.20 2006/07/04 07:06:09 ian Exp $
4
4
5
inherit perl-module
5
inherit perl-module eutils
6
6
7
DESCRIPTION="Crypt::SSLeay module for perl"
7
DESCRIPTION="Crypt::SSLeay module for perl"
8
SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz"
8
SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz"
Lines 23-26 Link Here
23
RDEPEND="${DEPEND}"
23
RDEPEND="${DEPEND}"
24
24
25
export OPTIMIZE="${CFLAGS}"
25
export OPTIMIZE="${CFLAGS}"
26
myconf="${myconf} /usr"
26
myconf="${myconf} /usr"
27
28
src_unpack() {
29
	unpack ${A}
30
	cd ${S}
31
32
	epatch ${FILESDIR}/rt-15241.patch
33
}

Return to bug 142703