summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-05 02:35:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-05 02:35:56 +0000
commitf32a42062f1097ac6908d369adf5a3139de0960c (patch)
treec5ed51fcc46db99291ae88a09edd9159ed70fc02 /dev-libs/libaio
parentremove 64-bit eclass (diff)
downloadgentoo-2-f32a42062f1097ac6908d369adf5a3139de0960c.tar.gz
gentoo-2-f32a42062f1097ac6908d369adf5a3139de0960c.tar.bz2
gentoo-2-f32a42062f1097ac6908d369adf5a3139de0960c.zip
remove 64-bit eclass stuff
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-libs/libaio')
-rw-r--r--dev-libs/libaio/libaio-0.3.15.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-libs/libaio/libaio-0.3.15.ebuild b/dev-libs/libaio/libaio-0.3.15.ebuild
index abdd514bf584..eb92d00a3bd3 100644
--- a/dev-libs/libaio/libaio-0.3.15.ebuild
+++ b/dev-libs/libaio/libaio-0.3.15.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.15.ebuild,v 1.7 2004/07/13 21:11:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.15.ebuild,v 1.8 2005/05/05 02:35:56 vapier Exp $
-inherit eutils 64-bit
+inherit eutils
DESCRIPTION="Asynchronous input/output library that uses the kernels native interface"
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/"
@@ -11,17 +11,15 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/${P}-2.5-2.
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~x86 amd64"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=""
-S="${WORKDIR}/${P}-2.5-2"
+S=${WORKDIR}/${P}-2.5-2
src_compile() {
- cd ${S}
- #this is a -fPIC patch, used on 64bit only
- 64-bit && epatch ${FILESDIR}/${P}-2.5-2-Makefile.patch
+ epatch ${FILESDIR}/${P}-2.5-2-Makefile.patch
make || die
}