diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-25 05:20:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-25 05:20:11 +0000 |
commit | 0daf1e816e10b5adfa6fec658b67a76392fb28cc (patch) | |
tree | 5a1d8feb7c905b3f9d61710f0bf5102e9e7fc406 /gnome-base | |
parent | version bump (diff) | |
download | historical-0daf1e816e10b5adfa6fec658b67a76392fb28cc.tar.gz historical-0daf1e816e10b5adfa6fec658b67a76392fb28cc.tar.bz2 historical-0daf1e816e10b5adfa6fec658b67a76392fb28cc.zip |
add ~alpha
Diffstat (limited to 'gnome-base')
-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 53875cc79ee6..d83b927a480d 100644 --- a/gnome-base/libghttp/ChangeLog +++ b/gnome-base/libghttp/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for gnome-base/libghttp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.10 2003/03/09 19:54:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.11 2003/03/25 05:20:11 agriffis Exp $ *libghttp-1.0.9-r3 (24 Jan 2003) + 25 Mar 2003; Aron Griffis <agriffis@gentoo.org> libghttp-1.0.9-r3.ebuild: + Add ~alpha to KEYWORDS + 09 Mar 2003; Aron Griffis <agriffis@gentoo.org> libghttp-1.0.9-r3.ebuild: Mark stable on alpha diff --git a/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild index fa86404384ff..0df53297dae0 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-2003 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.5 2003/03/09 19:54:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild,v 1.6 2003/03/25 05:20:11 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 alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" HOMEPAGE="http://www.gnome.org/" |