diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-04-02 14:00:00 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-04-02 14:00:00 +0000 |
commit | 612e2448c7cfe01dcb8b382a1029fc9326af9f00 (patch) | |
tree | 78448eb01a353d51a0ddb9bd51aa9f791f75fbd4 /dev-libs | |
parent | deprecate uml in favour of umbrello, see bug #15544 (diff) | |
download | historical-612e2448c7cfe01dcb8b382a1029fc9326af9f00.tar.gz historical-612e2448c7cfe01dcb8b382a1029fc9326af9f00.tar.bz2 historical-612e2448c7cfe01dcb8b382a1029fc9326af9f00.zip |
Added stable sparc keyword
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/expat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 5d509a7ee281..48a0a2109ff3 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-libs/expat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.17 2003/03/17 07:58:58 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.18 2003/04/02 14:00:00 joker Exp $ *expat-1.95.6-r1 (17 Mar 2003) + 02 Apr 2003; Christian Birchinger <joker@gentoo.org> expat-1.95.6-r1.ebuild: + Added stable sparc keyword + 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> : added patch xmlstatus to fix problem described in sourceforge request 676844 and gentoo bug 17426 diff --git a/dev-libs/expat/expat-1.95.6-r1.ebuild b/dev-libs/expat/expat-1.95.6-r1.ebuild index 984a3dec30fb..b9a8a2f7250a 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.2 2003/04/01 22:21:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6-r1.ebuild,v 1.3 2003/04/02 14:00:00 joker 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 |