diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-08-22 18:29:39 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-08-22 18:29:39 +0000 |
commit | 1ed3ade27d2c85e7a8cd77e80622747238f61109 (patch) | |
tree | 371c2b22eb7bba8d2bd1b6fcb7b70f0883441bf1 /gnome-extra/libgtkhtml | |
parent | mark versoin with double free fix stable. (diff) | |
download | historical-1ed3ade27d2c85e7a8cd77e80622747238f61109.tar.gz historical-1ed3ade27d2c85e7a8cd77e80622747238f61109.tar.bz2 historical-1ed3ade27d2c85e7a8cd77e80622747238f61109.zip |
stable on alpha
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index d84fbe290ec0..b8b10d177b0c 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgtkhtml # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.142 2005/08/18 02:36:47 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.143 2005/08/22 18:28:13 ferdy Exp $ + + 22 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> + libgtkhtml-3.6.2.ebuild: + stable on alpha *libgtkhtml-3.7.6 (18 Aug 2005) diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild index c97d50e05cf4..7698949b677c 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild,v 1.7 2005/08/08 14:54:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild,v 1.8 2005/08/22 18:28:13 ferdy Exp $ inherit versionator gnome2 @@ -14,7 +14,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${MY_MAJ_PV}/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="3.6" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="static" S=${WORKDIR}/${MY_P} |