diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:22:50 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:22:50 +0000 |
commit | a70d0f15c11aad1c776ed70caeb4f62c8bfbde7c (patch) | |
tree | da93251306b467aebd11b519e067ba6007e84842 /app-emulation | |
parent | cleanout old build (Manifest recommit) (diff) | |
download | gentoo-2-a70d0f15c11aad1c776ed70caeb4f62c8bfbde7c.tar.gz gentoo-2-a70d0f15c11aad1c776ed70caeb4f62c8bfbde7c.tar.bz2 gentoo-2-a70d0f15c11aad1c776ed70caeb4f62c8bfbde7c.zip |
fix orbit dep
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/XWine/XWine-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/XWine/XWine-0.3.1.ebuild b/app-emulation/XWine/XWine-0.3.1.ebuild index 12aa6ce528f8..2b9eebc5386a 100644 --- a/app-emulation/XWine/XWine-0.3.1.ebuild +++ b/app-emulation/XWine/XWine-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.1.ebuild,v 1.5 2004/06/24 23:46:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.1.ebuild,v 1.6 2004/08/21 15:22:50 foser Exp $ DESCRIPTION="GTK+ frontend for Wine" HOMEPAGE="http://darken33.free.fr/" @@ -14,7 +14,7 @@ IUSE="nls" DEPEND="=x11-libs/gtk+-1* sys-devel/bison >=gnome-base/gnome-libs-1.4.2 - >=gnome-base/ORBit-0.5.17 + =gnome-base/orbit-0* nls? ( sys-devel/gettext )" S=${WORKDIR}/${P}_en diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild index b1d26ad9957e..466d8e4bd21a 100644 --- a/app-emulation/XWine/XWine-0.3.2.ebuild +++ b/app-emulation/XWine/XWine-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.6 2004/06/24 23:46:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.7 2004/08/21 15:22:50 foser Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="nls" DEPEND="=x11-libs/gtk+-1* sys-devel/bison >=gnome-base/gnome-libs-1.4.2 - >=gnome-base/ORBit-0.5.17 + =gnome-base/orbit-0* nls? ( sys-devel/gettext )" S=${WORKDIR}/${P}_en |