summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-10-10 12:47:04 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-10-10 12:47:04 +0000
commit9f63b12c81f449981518ab0ec7823ea80f603b94 (patch)
tree1f912cb275aaee637418a77f86c674026a015cd5 /dev-libs/expat
parentExport CC, CXX and LD, so that it build with newer compiler-config. (diff)
downloadgentoo-2-9f63b12c81f449981518ab0ec7823ea80f603b94.tar.gz
gentoo-2-9f63b12c81f449981518ab0ec7823ea80f603b94.tar.bz2
gentoo-2-9f63b12c81f449981518ab0ec7823ea80f603b94.zip
Fixed missing 'inherit multilib'.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r--dev-libs/expat/ChangeLog5
-rw-r--r--dev-libs/expat/expat-1.95.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog
index 49c442db9750..6d29899dd4e0 100644
--- a/dev-libs/expat/ChangeLog
+++ b/dev-libs/expat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/expat
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.47 2005/09/17 20:09:44 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.48 2005/10/10 12:47:04 kugelfang Exp $
+
+ 10 Oct 2005; Danny van Dyk <kugelfang@gentoo.org> expat-1.95.8.ebuild:
+ Fixed missing 'inherit multilib'.
06 Feb 2005; Joshua Kinard <kumba@gentoo.org> expat-1.95.8.ebuild:
Marked stable on mips.
diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild
index 0f44eec64866..99e1446c8fe5 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.16 2005/10/06 22:48:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.17 2005/10/10 12:47:04 kugelfang Exp $
-inherit libtool
+inherit libtool multilib
DESCRIPTION="XML parsing libraries"
HOMEPAGE="http://expat.sourceforge.net/"