diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-08-11 15:05:47 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-08-11 15:05:47 +0000 |
commit | 4ffc58823ea894f5cf2b09c782da1d87bc9c1c8f (patch) | |
tree | 89a679e9e0ebb7535ad09c7506a6f6eb463d4f17 | |
parent | Stable on x86, bug #185823. (diff) | |
download | historical-4ffc58823ea894f5cf2b09c782da1d87bc9c1c8f.tar.gz historical-4ffc58823ea894f5cf2b09c782da1d87bc9c1c8f.tar.bz2 historical-4ffc58823ea894f5cf2b09c782da1d87bc9c1c8f.zip |
Stable on x86, bug #185823.
Package-Manager: portage-2.1.3_rc8
-rw-r--r-- | dev-util/devhelp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.14.ebuild | 4 | ||||
-rw-r--r-- | dev-util/glade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/glade/glade-3.2.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/devhelp/ChangeLog b/dev-util/devhelp/ChangeLog index 714793aacbba..803cff619aaf 100644 --- a/dev-util/devhelp/ChangeLog +++ b/dev-util/devhelp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/devhelp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.56 2007/08/10 13:28:14 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.57 2007/08/11 15:05:14 ticho Exp $ + + 11 Aug 2007; Andrej Kacian <ticho@gentoo.org> devhelp-0.14.ebuild: + Stable on x86, bug #185823. 10 Aug 2007; Christoph Mende <angelos@gentoo.org> devhelp-0.14.ebuild: Stable on amd64 wrt bug #185823 diff --git a/dev-util/devhelp/devhelp-0.14.ebuild b/dev-util/devhelp/devhelp-0.14.ebuild index 51d9c0ed6369..17c6c9c98d48 100644 --- a/dev-util/devhelp/devhelp-0.14.ebuild +++ b/dev-util/devhelp/devhelp-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.14.ebuild,v 1.6 2007/08/10 13:28:14 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.14.ebuild,v 1.7 2007/08/11 15:05:14 ticho Exp $ inherit toolchain-funcs gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://developer.imendio.com/wiki/Devhelp" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc ~x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="xulrunner zlib" RDEPEND=">=gnome-base/gconf-2.6 diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 77f7d3ec00f2..600060c4e915 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/glade # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.77 2007/08/10 13:28:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.78 2007/08/11 15:05:47 ticho Exp $ + + 11 Aug 2007; Andrej Kacian <ticho@gentoo.org> glade-3.2.2.ebuild: + Stable on x86, bug #185823. 10 Aug 2007; Christoph Mende <angelos@gentoo.org> glade-3.2.2.ebuild: Stable on amd64 wrt bug #185823 diff --git a/dev-util/glade/glade-3.2.2.ebuild b/dev-util/glade/glade-3.2.2.ebuild index e06b96d16f78..0e5a52b70e89 100644 --- a/dev-util/glade/glade-3.2.2.ebuild +++ b/dev-util/glade/glade-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.2.ebuild,v 1.6 2007/08/10 13:28:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.2.ebuild,v 1.7 2007/08/11 15:05:47 ticho Exp $ inherit eutils gnome2 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="3" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" IUSE="devhelp doc gnome python" RDEPEND=">=dev-libs/glib-2.8.0 |