diff options
-rw-r--r-- | gnome-base/libghttp/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/libghttp/ChangeLog b/gnome-base/libghttp/ChangeLog index aefdfd9adfe6..d12aad1c65cf 100644 --- a/gnome-base/libghttp/ChangeLog +++ b/gnome-base/libghttp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libghttp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.7 2003/01/25 00:54:00 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.8 2003/02/07 19:53:47 agriffis Exp $ + + 07 Feb 2003; Aron Griffis <agriffis@gentoo.org> libghttp-1.0.9-r3.ebuild : + Add ~alpha to KEYWORDS *libghttp-1.0.9-r2 (24 Jan 2003) diff --git a/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild index 529c03941222..8552624b86a1 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-r3.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/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild,v 1.2 2003/01/25 00:58:54 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild,v 1.3 2003/02/07 19:53:47 agriffis Exp $ GNOME_TARBALL_SUFFIX="gz" inherit libtool gnome.org @@ -9,7 +9,7 @@ S=${WORKDIR}/${P} DESCRIPTION="GNOME http client library" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~alpha" HOMEPAGE="http://www.gnome.org/" |