Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 285760

Summary: dev-dotnet/galago-sharp built_with_use removal
Product: Gentoo Linux Reporter: Petteri Räty (RETIRED) <betelgeuse>
Component: [OLD] LibraryAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 292273    
Bug Blocks: 261562    

Description Petteri Räty (RETIRED) gentoo-dev 2009-09-20 19:28:27 UTC
pkg_setup() {
        if [[ -z $(best_version '>=sys-apps/dbus-0.90') ]] ; then
                if ! built_with_use 'sys-apps/dbus' mono ; then
                        eerror "Please build dbus with mono support"
                        die "dbus without mono support detected"
                fi
        fi
}

dbus doesn't seem to have a mono use flag any more so this code is probably wrong. But what should it be or just removed?
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-11-23 21:42:08 UTC
+  23 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  -galago-sharp-0.5.0.ebuild:
+  Clean up old revision, bug #285760 and bug #292252.
+
Thanks for reporting.