summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Thibaut <murphy@gentoo.org>2002-08-14 11:52:28 +0000
committerMaarten Thibaut <murphy@gentoo.org>2002-08-14 11:52:28 +0000
commitf09c60bce404dfa45606549d39120d23bff944e1 (patch)
tree15b0d70c9c847d208b1c56a0219941c1c5df3806 /dev-libs/expat
parentAdded ppc keyword (diff)
downloadgentoo-2-f09c60bce404dfa45606549d39120d23bff944e1.tar.gz
gentoo-2-f09c60bce404dfa45606549d39120d23bff944e1.tar.bz2
gentoo-2-f09c60bce404dfa45606549d39120d23bff944e1.zip
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-libs/expat')
-rw-r--r--dev-libs/expat/expat-1.95.3.ebuild4
-rw-r--r--dev-libs/expat/expat-1.95.4.ebuild4
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