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 | 4856181527f7c922c2489a1c06f0f952d9e61a69 (patch) | |
tree | 9407cc3ed6fcb12ef64b8f4c4f3093d2f3c0c544 /dev-util/glade/glade-3.2.2.ebuild | |
parent | Fix src_test. (diff) | |
download | historical-4856181527f7c922c2489a1c06f0f952d9e61a69.tar.gz historical-4856181527f7c922c2489a1c06f0f952d9e61a69.tar.bz2 historical-4856181527f7c922c2489a1c06f0f952d9e61a69.zip |
alpha stable and add ~ia64 wrt #180132
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-util/glade/glade-3.2.2.ebuild')
-rw-r--r-- | dev-util/glade/glade-3.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |