diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-04-01 22:21:41 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-04-01 22:21:41 +0000 |
commit | c37f8ed125654eca83346161d04b5c6db0c23ff1 (patch) | |
tree | 3aa7f7bd15ba8296abc2b529ed821020a82bb646 /dev-libs/expat | |
parent | fixing bug 1446 (diff) | |
download | historical-c37f8ed125654eca83346161d04b5c6db0c23ff1.tar.gz historical-c37f8ed125654eca83346161d04b5c6db0c23ff1.tar.bz2 historical-c37f8ed125654eca83346161d04b5c6db0c23ff1.zip |
unmasking for x86
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/expat/expat-1.95.6-r1.ebuild b/dev-libs/expat/expat-1.95.6-r1.ebuild index 879f8942f7e0..984a3dec30fb 100644 --- a/dev-libs/expat/expat-1.95.6-r1.ebuild +++ b/dev-libs/expat/expat-1.95.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6-r1.ebuild,v 1.1 2003/03/17 07:58:58 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6-r1.ebuild,v 1.2 2003/04/01 22:21:41 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -9,7 +9,7 @@ HOMEPAGE="http://expat.sourceforge.net" DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~arm" inherit eutils |