diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-03-15 00:21:31 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-03-15 00:21:31 +0000 |
commit | c2cc77cce384cf5e082fc9caf99968d0ad4805d2 (patch) | |
tree | f84a672e3cbda99c0190f5b89b68ad5f1dac7988 /dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild | |
parent | Remove duplicate dep (#85122). (diff) | |
download | historical-c2cc77cce384cf5e082fc9caf99968d0ad4805d2.tar.gz historical-c2cc77cce384cf5e082fc9caf99968d0ad4805d2.tar.bz2 historical-c2cc77cce384cf5e082fc9caf99968d0ad4805d2.zip |
Mark stable on x86, and make sure we dep on the gtk-sharp-1.0.x stuff (for future 2.0 SLOT issues)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild')
-rw-r--r-- | dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild b/dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild index d6b0a2e74bf8..b59196e5adbd 100644 --- a/dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild +++ b/dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild,v 1.7 2005/03/11 03:15:16 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gecko-sharp/gecko-sharp-0.6.ebuild,v 1.8 2005/03/15 00:21:31 latexer Exp $ inherit mono @@ -10,11 +10,11 @@ SRC_URI="http://www.go-mono.com/archive/1.0.3/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc -amd64" +KEYWORDS="x86 ~ppc -amd64" IUSE="" DEPEND=">=dev-lang/mono-1.0 - >=dev-dotnet/gtk-sharp-1.0 + =dev-dotnet/gtk-sharp-1.0* net-www/mozilla" src_compile() { |