diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-07-06 11:07:49 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-07-06 11:07:49 +0000 |
commit | 303a548bd778d791978a2555384616bb8f10d6e5 (patch) | |
tree | f53887d9c603b708eab1f2d2530659388ed96d93 /dev-libs | |
parent | Added hppa to KEYWORDS (diff) | |
download | gentoo-2-303a548bd778d791978a2555384616bb8f10d6e5.tar.gz gentoo-2-303a548bd778d791978a2555384616bb8f10d6e5.tar.bz2 gentoo-2-303a548bd778d791978a2555384616bb8f10d6e5.zip |
Added hppa to KEYWORDS.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libxml/libxml-1.8.17-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libxml/ChangeLog b/dev-libs/libxml/ChangeLog index 379cbc1d2f17..eace704a9a88 100644 --- a/dev-libs/libxml/ChangeLog +++ b/dev-libs/libxml/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/libxml # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/ChangeLog,v 1.11 2003/03/30 10:59:45 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/ChangeLog,v 1.12 2003/07/06 11:03:51 gmsoft Exp $ 30 Mar 2003; phoen][x <phoenix@gentoo.org> libxml-1.8.17-r2.ebuild : Updated SRC_URI. Thanks to 'noidd' in #zaurus for the contribution. @@ -15,6 +15,9 @@ *libxml-1.8.17-r2 (25 March 2002) + 06 Jul 2003; Guy Martin <gmsoft@gentoo.org> libxml-1.8.17-r2.ebuild : + Added hppa to KEYWORDS. + 22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> libxml-1.8.17-r2.ebuild : Updated SRC_URI. Closes bug #9501 by prophyro@hotmail.com (Boris Terzic) diff --git a/dev-libs/libxml/Manifest b/dev-libs/libxml/Manifest index d287b92e13e7..e54136371472 100644 --- a/dev-libs/libxml/Manifest +++ b/dev-libs/libxml/Manifest @@ -1,3 +1,3 @@ -MD5 3a3414bfc05114ae1b8ebaff0628e9e7 ChangeLog 1663 -MD5 c9b1bf745ad8f7d0dd59f67e0fd0d07a libxml-1.8.17-r2.ebuild 1083 +MD5 3074a3d6b6d76f59c208aa4f15e4ca37 ChangeLog 1761 +MD5 2e8ddf205580c70c412d81f852be6013 libxml-1.8.17-r2.ebuild 1087 MD5 a7f3493f7c7d8225d792688539ae37b5 files/digest-libxml-1.8.17-r2 65 diff --git a/dev-libs/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index 7dfb29784fc3..7b9509caac0f 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.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/libxml/libxml-1.8.17-r2.ebuild,v 1.14 2003/03/30 10:59:45 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.15 2003/07/06 11:03:51 gmsoft Exp $ S=${WORKDIR}/${P} DESCRIPTION="Version 1 of the library to manipulate XML files." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" SLOT="1" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha hppa" RDEPEND=">=sys-libs/ncurses-5.2" |