diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 11:52:28 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 11:52:28 +0000 |
commit | 1d5af3ab35ef6b121b53fd04db1845c73d128a30 (patch) | |
tree | 668a3514e08ba1c9aa5e298172a9d11e178de7c1 /dev-libs/expat | |
parent | Added ppc keyword (diff) | |
download | historical-1d5af3ab35ef6b121b53fd04db1845c73d128a30.tar.gz historical-1d5af3ab35ef6b121b53fd04db1845c73d128a30.tar.bz2 historical-1d5af3ab35ef6b121b53fd04db1845c73d128a30.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/expat/expat-1.95.3.ebuild b/dev-libs/expat/expat-1.95.3.ebuild index 86aeac615fcb..a76f34840314 100644 --- a/dev-libs/expat/expat-1.95.3.ebuild +++ b/dev-libs/expat/expat-1.95.3.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.3.ebuild,v 1.1 2002/07/10 20:45:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.3.ebuild,v 1.2 2002/08/14 11:52:27 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { ./configure --prefix=/usr || die diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index cac99f1c8c35..0f99277706fc 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.3 2002/08/08 13:31:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.4 2002/08/14 11:52:27 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { econf || die |