Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285760 - dev-dotnet/galago-sharp built_with_use removal
Summary: dev-dotnet/galago-sharp built_with_use removal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on: 292273
Blocks: built_with_use
  Show dependency tree
 
Reported: 2009-09-20 19:28 UTC by Petteri Räty (RETIRED)
Modified: 2009-11-23 21:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.