diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:42:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:42:31 +0000 |
commit | d082450b3a255b2a0f6a9c5f8eb1689598c6b78e (patch) | |
tree | 69ad08e37145cb97c4192021f69142a6fe76e627 /gnome-base/libglade | |
parent | arm/sh stable (diff) | |
download | gentoo-2-d082450b3a255b2a0f6a9c5f8eb1689598c6b78e.tar.gz gentoo-2-d082450b3a255b2a0f6a9c5f8eb1689598c6b78e.tar.bz2 gentoo-2-d082450b3a255b2a0f6a9c5f8eb1689598c6b78e.zip |
arm/sh stable
(Portage version: 2.1.2-r4)
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r-- | gnome-base/libglade/libglade-2.6.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnome-base/libglade/libglade-2.6.0.ebuild b/gnome-base/libglade/libglade-2.6.0.ebuild index 2bba497223d1..db5d0ab38c71 100644 --- a/gnome-base/libglade/libglade-2.6.0.ebuild +++ b/gnome-base/libglade/libglade-2.6.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/gnome-base/libglade/libglade-2.6.0.ebuild,v 1.10 2007/01/21 19:36:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.0.ebuild,v 1.11 2007/01/28 07:42:31 vapier Exp $ # FIXME : catalog stuff inherit eutils gnome2 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND=">=dev-libs/glib-2.10 @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README" - src_compile() { # patch to stop make install installing the xml catalog # because we do it ourselves in postinst() |