diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-05 17:21:34 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-05 17:21:34 +0000 |
commit | 1c27647beb58ca21dde63862a765921fd396ccc1 (patch) | |
tree | a291624dc7f27c39deb0ef1dab4445e4e64de122 /dev-dotnet/monouml/monouml-0.1.ebuild | |
parent | FIX for new gtk-sharp-module eclass (diff) | |
download | gentoo-2-1c27647beb58ca21dde63862a765921fd396ccc1.tar.gz gentoo-2-1c27647beb58ca21dde63862a765921fd396ccc1.tar.bz2 gentoo-2-1c27647beb58ca21dde63862a765921fd396ccc1.zip |
FIX for new gtk-sharp-module eclass
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 x86_64)
Diffstat (limited to 'dev-dotnet/monouml/monouml-0.1.ebuild')
-rw-r--r-- | dev-dotnet/monouml/monouml-0.1.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-dotnet/monouml/monouml-0.1.ebuild b/dev-dotnet/monouml/monouml-0.1.ebuild index 772bcd311398..99e1ac1cd8d0 100644 --- a/dev-dotnet/monouml/monouml-0.1.ebuild +++ b/dev-dotnet/monouml/monouml-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.7 2008/11/25 22:18:28 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.8 2009/01/05 17:21:34 loki_val Exp $ inherit mono eutils @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=dev-lang/mono-1.1.4 >=dev-dotnet/gtk-sharp-1.9.2 >=dev-dotnet/gnome-sharp-1.9.2 - || ( >=dev-dotnet/gtk-sharp-2.12.6 >=dev-dotnet/glade-sharp-1.9.2 )" + >=dev-dotnet/glade-sharp-1.9.2" DEPEND="${RDEPEND} app-arch/unzip dev-util/pkgconfig" @@ -26,13 +26,6 @@ DEPEND="${RDEPEND} KEYWORDS="amd64 x86" SLOT="0" -pkg_setup() { - if has_version '>=dev-dotnet/gtk-sharp-2.12.6' - then - built_with_use --missing false dev-dotnet/gtk-sharp glade || die "dev-dotnet/gtk-sharp must be built with glade support" - fi -} - src_unpack() { unpack ${A} cd "${S}" |