diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:12 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:12 +0000 |
commit | 94ffe89a6934f469343136b0655c68d35fd04785 (patch) | |
tree | d091d9ced5a02148e66b230ad9c98224a4651f7a /dev-libs/expat | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-94ffe89a6934f469343136b0655c68d35fd04785.tar.gz historical-94ffe89a6934f469343136b0655c68d35fd04785.tar.bz2 historical-94ffe89a6934f469343136b0655c68d35fd04785.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index fdea1cface25..54bc9c75c890 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 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.9 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.10 2002/12/15 10:44:12 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" src_compile() { ./configure \ diff --git a/dev-libs/expat/expat-1.95.5-r1.ebuild b/dev-libs/expat/expat-1.95.5-r1.ebuild index 3ad635027840..d7df18f8cc11 100644 --- a/dev-libs/expat/expat-1.95.5-r1.ebuild +++ b/dev-libs/expat/expat-1.95.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 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.5-r1.ebuild,v 1.2 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.5-r1.ebuild,v 1.3 2002/12/15 10:44:12 bjb 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" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { econf diff --git a/dev-libs/expat/expat-1.95.5.ebuild b/dev-libs/expat/expat-1.95.5.ebuild index e3ace847e452..08bb49078e5a 100644 --- a/dev-libs/expat/expat-1.95.5.ebuild +++ b/dev-libs/expat/expat-1.95.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 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.5.ebuild,v 1.3 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.5.ebuild,v 1.4 2002/12/15 10:44:12 bjb 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" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { econf |