--- /usr/portage/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild 2006-07-04 03:38:32.000000000 -0400 +++ /usr/local/overlays/perl-other/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild 2006-09-01 16:20:22.000000000 -0400 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -inherit perl-module +inherit perl-module eutils DESCRIPTION="Crypt::SSLeay module for perl" SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz" @@ -23,4 +23,11 @@ RDEPEND="${DEPEND}" export OPTIMIZE="${CFLAGS}" -myconf="${myconf} /usr" \ No newline at end of file +myconf="${myconf} /usr" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/rt-15241.patch +}