diff options
author | 2003-01-06 22:18:56 +0000 | |
---|---|---|
committer | 2003-01-06 22:18:56 +0000 | |
commit | 2ffef8bc043c4f4598415b502feb67badbacd05a (patch) | |
tree | c7b1ba03b4fd3c3b8f8959dfe811f535e6062df3 /dev-libs/expat | |
parent | Added mips to keywords (diff) | |
download | historical-2ffef8bc043c4f4598415b502feb67badbacd05a.tar.gz historical-2ffef8bc043c4f4598415b502feb67badbacd05a.tar.bz2 historical-2ffef8bc043c4f4598415b502feb67badbacd05a.zip |
Added mips 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 872d0300afa2..10b9ec2ab674 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,6 @@ # 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.11 2002/12/13 10:56:29 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.12 2003/01/06 22:18:56 tuxus Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -20,6 +20,9 @@ *expat-1.95.4 (23 Jul 2002) + 06 Jan 2003; Jan Seidel <tuxus@gentoo.org> expat-1.95.4.ebuild : + Added mips to keywords. + 01 Sep 2002; George Shapovalov <george@gentoo.org> expat-1.95.4.ebuild : fixed man page install location diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index 54bc9c75c890..fc623a8a828f 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.10 2002/12/15 10:44:12 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.11 2003/01/06 22:18:56 tuxus 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 mips" src_compile() { ./configure \ |