summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-08 18:22:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-08 18:22:01 +0000
commitfc4298520e4c5f06182815ba347bcdfbb8456b30 (patch)
tree4b798943b6497133bd895978ca4c90bad973f415 /dev-libs
parentVersion bump, masked in package.mask (diff)
downloadgentoo-2-fc4298520e4c5f06182815ba347bcdfbb8456b30.tar.gz
gentoo-2-fc4298520e4c5f06182815ba347bcdfbb8456b30.tar.bz2
gentoo-2-fc4298520e4c5f06182815ba347bcdfbb8456b30.zip
add my uclibc fix *again* since it was removed with this update
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/expat/expat-1.95.8.ebuild8
1 files changed, 4 insertions, 4 deletions
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() {