commit:     50e21aa9d7a054ffbdf5547dd8ef421c3aba3c01
Author:     Dallen Wilson <dallen.wilson <AT> gmail <DOT> com>
AuthorDate: Sat Feb  3 02:49:01 2018 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 02:49:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=50e21aa9

Fixes command-not-found:exbuild error.

 dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1-r2.ebuild 
b/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1-r2.ebuild
index 7681dae..37af045 100644
--- a/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1-r2.ebuild
+++ b/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 USE_DOTNET="net45"
 
-inherit dotnet eutils gac
+inherit dotnet eutils gac xbuild
 
 DESCRIPTION="Microsoft's Xml Document Transformation library"
 HOMEPAGE="https://github.com/mrward/xdt";

Reply via email to