From fc4298520e4c5f06182815ba347bcdfbb8456b30 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 8 Feb 2005 18:22:01 +0000 Subject: add my uclibc fix *again* since it was removed with this update (Portage version: 2.0.51-r15) --- dev-libs/expat/expat-1.95.8.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild index ebbff37f016e..4e280a5a358f 100644 --- a/dev-libs/expat/expat-1.95.8.ebuild +++ b/dev-libs/expat/expat-1.95.8.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/dev-libs/expat/expat-1.95.8.ebuild,v 1.12 2005/02/06 21:54:25 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.13 2005/02/08 18:22:01 vapier Exp $ -inherit gnuconfig +inherit gnuconfig libtool DESCRIPTION="XML parsing libraries" HOMEPAGE="http://expat.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 mips ~ppc ~ppc64 ppc-macos ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ~ppc64 ppc-macos s390 sh sparc x86" IUSE="test" DEPEND="virtual/libc @@ -21,8 +21,8 @@ src_unpack() { unpack ${A} cd "${S}" - # Detect mips systems properly gnuconfig_update + uclibctoolize } src_install() { -- cgit v1.2.3-65-gdbad