diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-28 09:20:49 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-28 09:20:49 +0000 |
commit | 58a1c5624ae2e1bfe55ae952d8406fa32e55605a (patch) | |
tree | 3edd713c34d405446472564d58cb3ddfd4cbe649 /gnome-extra/libgtkhtml | |
parent | Stable on alpha + ia64. (diff) | |
download | historical-58a1c5624ae2e1bfe55ae952d8406fa32e55605a.tar.gz historical-58a1c5624ae2e1bfe55ae952d8406fa32e55605a.tar.bz2 historical-58a1c5624ae2e1bfe55ae952d8406fa32e55605a.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.20
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.2.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index d404153d04a0..c351ecab1a71 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.120 2005/04/27 17:47:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.121 2005/04/28 09:16:02 kloeri Exp $ + + 28 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> + libgtkhtml-3.2.5.ebuild: + Stable on alpha. 27 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> libgtkhtml-3.2.5.ebuild: diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.2.5.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.2.5.ebuild index 993c43336a0d..54eee3ea6337 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.2.5.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.2.5.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.2.5.ebuild,v 1.5 2005/04/27 17:47:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.2.5.ebuild,v 1.6 2005/04/28 09:16:02 kloeri Exp $ inherit gnome2 versionator eutils @@ -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.2" -KEYWORDS="x86 ppc ~sparc ~hppa ~alpha ia64 ~amd64 ~mips ~arm ~ppc64" +KEYWORDS="x86 ppc ~sparc ~hppa alpha ia64 ~amd64 ~mips ~arm ~ppc64" IUSE="" S=${WORKDIR}/${MY_P} |