diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-07-23 21:12:02 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-07-23 21:12:02 +0000 |
commit | 220dacd928aa0b04e0bab9b1d8800c1ba145cbd1 (patch) | |
tree | 67d1cabe44549d7d641b9c1135782d9d61fbd089 /dev-libs/expat | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-220dacd928aa0b04e0bab9b1d8800c1ba145cbd1.tar.gz gentoo-2-220dacd928aa0b04e0bab9b1d8800c1ba145cbd1.tar.bz2 gentoo-2-220dacd928aa0b04e0bab9b1d8800c1ba145cbd1.zip |
added ppc to keywords
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 9d59a6a3eb0a..4a545267cf1c 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-libs/expat # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.4 2002/07/23 20:20:22 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.5 2002/07/23 21:10:48 gerk Exp $ *expat-1.95.4 (23 Jul 2002) + 23 Jul 2002; Mark Guertin <gerk@gentoo.org> : + Added ppc to keywords + 23 Jul 2002; Arcady Genkin <agenkin@thpoon.com> expat-1.95.4.ebuild : Version bump. diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index 5a91e576c9db..d1c8e4af6741 100644 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ b/dev-libs/expat/expat-1.95.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.1 2002/07/23 20:20:22 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.2 2002/07/23 21:10:48 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { ./configure --prefix=/usr || die |