diff options
author | 2005-05-05 02:46:24 +0000 | |
---|---|---|
committer | 2005-05-05 02:46:24 +0000 | |
commit | 5572584705de07ae81770e2cd808f5b4068c8a34 (patch) | |
tree | dcc0a62ddce2888fc30c50a6b3dbc2229a0ceeed /x11-libs/libast/libast-0.5-r2.ebuild | |
parent | remove 64-bit eclass stuff (diff) | |
download | historical-5572584705de07ae81770e2cd808f5b4068c8a34.tar.gz historical-5572584705de07ae81770e2cd808f5b4068c8a34.tar.bz2 historical-5572584705de07ae81770e2cd808f5b4068c8a34.zip |
remove 64-bit eclass stuff
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'x11-libs/libast/libast-0.5-r2.ebuild')
-rw-r--r-- | x11-libs/libast/libast-0.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libast/libast-0.5-r2.ebuild b/x11-libs/libast/libast-0.5-r2.ebuild index 25bdd9c46d5c..e5b84aff6323 100644 --- a/x11-libs/libast/libast-0.5-r2.ebuild +++ b/x11-libs/libast/libast-0.5-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/x11-libs/libast/libast-0.5-r2.ebuild,v 1.10 2005/03/06 11:01:49 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r2.ebuild,v 1.11 2005/05/05 02:46:23 vapier Exp $ -inherit 64-bit eutils +inherit eutils DESCRIPTION="LIBrary of Assorted Spiffy Things" HOMEPAGE="http://www.eterm.org/download/" @@ -21,7 +21,7 @@ DEPEND="virtual/x11 src_unpack() { unpack ${A} cd ${S} - 64-bit && epatch ${FILESDIR}/libast-64bit.patch + epatch ${FILESDIR}/libast-64bit.patch } src_compile() { |