Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nini/
Date: Thu, 18 Oct 2018 10:52:36
Message-Id: 1539858016.e78ee1add3debfa6960201f0ef3eab788b427801.cynede@gentoo
1 commit: e78ee1add3debfa6960201f0ef3eab788b427801
2 Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
3 AuthorDate: Thu Oct 18 10:20:16 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 10:20:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e78ee1ad
7
8 added mono-pkg-config
9
10 if you enable pkg-config you get an error that einstall_pc_file is not defined, because of the missing import of mono-pkg-config
11
12 dev-dotnet/nini/nini-1.1.0-r5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-dotnet/nini/nini-1.1.0-r5.ebuild b/dev-dotnet/nini/nini-1.1.0-r5.ebuild
16 index 6031080..9fc2723 100644
17 --- a/dev-dotnet/nini/nini-1.1.0-r5.ebuild
18 +++ b/dev-dotnet/nini/nini-1.1.0-r5.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=6
22
23 -inherit mono-env dotnet multilib versionator gac
24 +inherit mono-env dotnet multilib versionator gac mono-pkg-config
25
26 DESCRIPTION="Nini - A configuration library for .NET"
27 HOMEPAGE="http://nini.sourceforge.net"