diff options
author | 2008-11-25 22:39:02 +0000 | |
---|---|---|
committer | 2008-11-25 22:39:02 +0000 | |
commit | 1fab5ccc3a963b4b34d9fc9b86c02d5a26cb6314 (patch) | |
tree | 5a3083908dc5edcdf356caa4ec645ceec26b380f /net-analyzer/sussen/sussen-0.90.ebuild | |
parent | Add self to maintainer (diff) | |
download | historical-1fab5ccc3a963b4b34d9fc9b86c02d5a26cb6314.tar.gz historical-1fab5ccc3a963b4b34d9fc9b86c02d5a26cb6314.tar.bz2 historical-1fab5ccc3a963b4b34d9fc9b86c02d5a26cb6314.zip |
Update for gtk-sharp-2.12.6
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64
Diffstat (limited to 'net-analyzer/sussen/sussen-0.90.ebuild')
-rw-r--r-- | net-analyzer/sussen/sussen-0.90.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net-analyzer/sussen/sussen-0.90.ebuild b/net-analyzer/sussen/sussen-0.90.ebuild index 5eb2608616e1..94674362331a 100644 --- a/net-analyzer/sussen/sussen-0.90.ebuild +++ b/net-analyzer/sussen/sussen-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.90.ebuild,v 1.2 2008/01/18 14:41:16 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.90.ebuild,v 1.3 2008/11/25 22:39:02 loki_val Exp $ #WANT_AUTOCONF="latest" #WANT_AUTOMAKE="1.8" @@ -20,7 +20,7 @@ RDEPEND="dev-lang/mono gnome? ( >=dev-dotnet/gtk-sharp-2.4 >=dev-dotnet/gnome-sharp-2.4 >=dev-dotnet/gconf-sharp-2.4 - >=dev-dotnet/glade-sharp-2.4 + || ( >=dev-dotnet/gtk-sharp-2.12.6 >=dev-dotnet/glade-sharp-2.4 ) gnome-base/gnome-panel )" DEPEND="${RDEPEND} @@ -32,6 +32,13 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog README TODO NEWS" pkg_setup() { + if has_version '>=dev-dotnet/gtk-sharp-2.12.6' + then + if ! built_with_use --missing false 'dev-dotnet/gtk-sharp' 'glade' + then + eerror "Please rebuild >=dev-dotnet/gtk-sharp-2.12.6 with USE='glade'" + fi + fi use gnome || elog "gnome is absent in USE thus applet and editor will not be built" } |