diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-30 13:41:10 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-30 13:41:10 +0000 |
commit | aa8debbf7bdf3a20bc74d68a792b0e608e2401fd (patch) | |
tree | f8545b7925e648c3afa387afba6c6a8b83c214cf /dev-util/glade | |
parent | Fix src_test. (diff) | |
download | gentoo-2-aa8debbf7bdf3a20bc74d68a792b0e608e2401fd.tar.gz gentoo-2-aa8debbf7bdf3a20bc74d68a792b0e608e2401fd.tar.bz2 gentoo-2-aa8debbf7bdf3a20bc74d68a792b0e608e2401fd.zip |
alpha stable and add ~ia64 wrt #180132
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/glade/glade-3.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/glade/glade-3.2.2.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 320c551542f8..049690b260c3 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,10 @@ # 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.68 2007/05/29 23:14:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.69 2007/05/30 13:41:10 armin76 Exp $ + + 30 May 2007; Raúl Porcel <armin76@gentoo.org> glade-3.2.0.ebuild, + glade-3.2.2.ebuild: + alpha stable and add ~ia64 wrt #180132 29 May 2007; Andrej Kacian <ticho@gentoo.org> glade-3.2.0.ebuild: Stable on x86, bug #180132. diff --git a/dev-util/glade/glade-3.2.0.ebuild b/dev-util/glade/glade-3.2.0.ebuild index 19f4f5df43ce..f0f2783ac0cd 100644 --- a/dev-util/glade/glade-3.2.0.ebuild +++ b/dev-util/glade/glade-3.2.0.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.0.ebuild,v 1.4 2007/05/29 23:14:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.0.ebuild,v 1.5 2007/05/30 13:41:10 armin76 Exp $ inherit eutils gnome2 MY_PN="glade3" @@ -12,13 +12,13 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="3" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="alpha ~amd64 ~ia64 ~ppc ppc64 sparc x86" IUSE="devhelp doc gnome python" RDEPEND=">=dev-libs/glib-2.8.0 >=x11-libs/gtk+-2.10.0 >=dev-libs/libxml2-2.4 - !alpha? ( !ppc64? ( devhelp? ( >=dev-util/devhelp-0.12 ) ) ) + !alpha? ( !ppc64? ( !ia64? ( devhelp? ( >=dev-util/devhelp-0.12 ) ) ) ) gnome? ( >=gnome-base/libgnomeui-2.0 >=gnome-base/libbonoboui-2.0 diff --git a/dev-util/glade/glade-3.2.2.ebuild b/dev-util/glade/glade-3.2.2.ebuild index a0463b1a1e6f..30018f958527 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.1 2007/05/28 17:49:05 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.2.ebuild,v 1.2 2007/05/30 13:41:10 armin76 Exp $ inherit eutils gnome2 @@ -13,13 +13,13 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="3" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="devhelp doc gnome python" RDEPEND=">=dev-libs/glib-2.8.0 >=x11-libs/gtk+-2.10.0 >=dev-libs/libxml2-2.4 - !alpha? ( !ppc64? ( devhelp? ( >=dev-util/devhelp-0.12 ) ) ) + !alpha? ( !ppc64? ( !ia64? ( devhelp? ( >=dev-util/devhelp-0.12 ) ) ) ) gnome? ( >=gnome-base/libgnomeui-2.0 >=gnome-base/libbonoboui-2.0 |