diff options
author | 2005-05-05 02:47:10 +0000 | |
---|---|---|
committer | 2005-05-05 02:47:10 +0000 | |
commit | acb85ac2542d16f01dd566978c1c08343cf95863 (patch) | |
tree | 409eadf32efb4489256a68491a4c078224a379b2 /x11-libs | |
parent | remove 64-bit eclass stuff (diff) | |
download | gentoo-2-acb85ac2542d16f01dd566978c1c08343cf95863.tar.gz gentoo-2-acb85ac2542d16f01dd566978c1c08343cf95863.tar.bz2 gentoo-2-acb85ac2542d16f01dd566978c1c08343cf95863.zip |
remove 64-bit eclass stuff
(Portage version: 2.0.51.21)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libast/files/libast-64bit.patch | 5 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.5-r2.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/libast/files/libast-64bit.patch b/x11-libs/libast/files/libast-64bit.patch index 7aa200279245..15ef6ee1d004 100644 --- a/x11-libs/libast/files/libast-64bit.patch +++ b/x11-libs/libast/files/libast-64bit.patch @@ -1,6 +1,5 @@ -diff -Nru libast-0.5.old/include/libast.h libast-0.5/include/libast.h ---- libast-0.5.old/include/libast.h 2004-07-08 13:39:36.837764880 -0400 -+++ libast-0.5/include/libast.h 2004-07-08 13:40:21.287007568 -0400 +--- libast-0.5/include/libast.h ++++ libast-0.5/include/libast.h @@ -337,6 +337,7 @@ /* fill l with c. */ \ l = (c) | (c)<<8; \ 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() { |