diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-07 23:22:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-07 23:22:58 +0000 |
commit | 10ce82dfc769e528113fe749b8efd4c0beceacee (patch) | |
tree | 0bb9f4d107dffe08114f1081043c6d4a02c7c5c2 /gnome-base/libglade | |
parent | Merged two IUSE lines into one. (Manifest recommit) (diff) | |
download | gentoo-2-10ce82dfc769e528113fe749b8efd4c0beceacee.tar.gz gentoo-2-10ce82dfc769e528113fe749b8efd4c0beceacee.tar.bz2 gentoo-2-10ce82dfc769e528113fe749b8efd4c0beceacee.zip |
ia64 stable #62954
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r-- | gnome-base/libglade/libglade-2.3.6.ebuild | 7 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.4.0.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/gnome-base/libglade/libglade-2.3.6.ebuild b/gnome-base/libglade/libglade-2.3.6.ebuild index bb263b92554d..b631b541b6da 100644 --- a/gnome-base/libglade/libglade-2.3.6.ebuild +++ b/gnome-base/libglade/libglade-2.3.6.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.3.6.ebuild,v 1.9 2004/07/04 10:48:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.3.6.ebuild,v 1.10 2004/09/07 23:21:20 vapier Exp $ # FIXME : catalog stuff inherit gnome2 -LICENSE="LGPL-2" DESCRIPTION="GLADE is a interface builder" HOMEPAGE="http://www.gnome.org/" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ia64 mips" +LICENSE="LGPL-2" SLOT="2.0" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" IUSE="doc" RDEPEND=">=dev-libs/glib-2.3.1 @@ -18,7 +18,6 @@ RDEPEND=">=dev-libs/glib-2.3.1 >=dev-libs/atk-1 >=dev-libs/libxml2-2.4.10 >=dev-lang/python-2.0-r7" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 doc? ( >=dev-util/gtk-doc-1 )" diff --git a/gnome-base/libglade/libglade-2.4.0.ebuild b/gnome-base/libglade/libglade-2.4.0.ebuild index d25b77710ee6..a64fbeb6d87a 100644 --- a/gnome-base/libglade/libglade-2.4.0.ebuild +++ b/gnome-base/libglade/libglade-2.4.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.4.0.ebuild,v 1.9 2004/08/22 14:06:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.4.0.ebuild,v 1.10 2004/09/07 23:21:20 vapier Exp $ # FIXME : catalog stuff inherit gnome2 -LICENSE="LGPL-2" DESCRIPTION="GLADE is a interface builder" HOMEPAGE="http://www.gnome.org/" -KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ~ia64 ~mips ppc64" +LICENSE="LGPL-2" SLOT="2.0" +KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ia64 ~mips ppc64" IUSE="doc" RDEPEND=">=dev-libs/glib-2.4 @@ -18,7 +18,6 @@ RDEPEND=">=dev-libs/glib-2.4 >=dev-libs/atk-1 >=dev-libs/libxml2-2.4.10 >=dev-lang/python-2.0-r7" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 doc? ( >=dev-util/gtk-doc-1 )" |