summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-05 02:31:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-05 02:31:46 +0000
commit304e942c4887f429e2c50e2cfc0e796e5e651d6d (patch)
tree12792550ebd6396163316d6c132a1ee3e1bfc04e /app-crypt
parentDont install /etc/init.d/halt since baselayout takes care of it #87265. (diff)
downloadgentoo-2-304e942c4887f429e2c50e2cfc0e796e5e651d6d.tar.gz
gentoo-2-304e942c4887f429e2c50e2cfc0e796e5e651d6d.tar.bz2
gentoo-2-304e942c4887f429e2c50e2cfc0e796e5e651d6d.zip
remove 64-bit eclass
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild b/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild
index fdaa2464d665..ce5171e8f7fb 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 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.3.6-r2.ebuild,v 1.10 2005/04/08 05:51:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.3.6-r2.ebuild,v 1.11 2005/05/05 02:31:46 vapier Exp $
-inherit eutils 64-bit
+inherit eutils
MY_P=${PN/mit-}-${PV}
S=${WORKDIR}/${MY_P}/src
@@ -26,7 +26,7 @@ src_unpack() {
unpack ${A}
tar -zxf ${MY_P}.tar.gz
cd ${S}
- 64-bit && epatch ${FILESDIR}/${P}-64bit.patch
+ epatch ${FILESDIR}/${P}-64bit.patch
epatch ${FILESDIR}/${P}-telnet.patch.bz2
}