Skip to content

Commit

Permalink
dev-dotnet/ndesk-dbus: Fix compat with mono-4
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
pacho2 committed Oct 9, 2016
1 parent d78db9c commit c6976c3
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

inherit mono
EAPI=6
inherit mono-env

DESCRIPTION="Managed D-Bus Implementation for .NET"
HOMEPAGE="http://www.ndesk.org/DBusSharp"
Expand All @@ -13,12 +14,16 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

RDEPEND=">=dev-lang/mono-1.2.4
>=sys-apps/dbus-1"
RDEPEND="
>=dev-lang/mono-1.2.4
>=sys-apps/dbus-1
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
"

src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS README
src_prepare() {
default
# mono-4 compat
sed -i "s#gmcs#mcs#g" configure
}

0 comments on commit c6976c3

Please sign in to comment.