diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-05-21 20:48:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-05-21 20:48:09 +0000 |
commit | 3fb65cfc5ecf0e443f2052887280f45801ae2bba (patch) | |
tree | 7a184ca90860f5fbd7150d54f8862b5711599d38 | |
parent | fix the sed, fixing bug #126387 by G (diff) | |
download | historical-3fb65cfc5ecf0e443f2052887280f45801ae2bba.tar.gz historical-3fb65cfc5ecf0e443f2052887280f45801ae2bba.tar.bz2 historical-3fb65cfc5ecf0e443f2052887280f45801ae2bba.zip |
patch name fix
Package-Manager: portage-2.1_rc1-r3
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild index 0c7993ac92cf..66cf0b05a2ff 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild,v 1.1 2006/05/21 20:41:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild,v 1.2 2006/05/21 20:48:09 seemant Exp $ inherit eutils flag-o-matic versionator @@ -32,7 +32,7 @@ src_unpack() { unpack ${MY_P}-signed.tar; tar zxf ${MY_P}.tar.gz; cd ${S} epatch ${FILESDIR}/${PN}-lazyldflags.patch epatch ${FILESDIR}/${PN}-robustgnu.patch - epatch ${FILESDIR}/${PN}-robust.patch + epatch ${FILESDIR}/${PN}-pthreads.patch epatch ${FILESDIR}/${PN}-setupterm.patch } |