diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-12-23 23:08:20 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-12-23 23:21:08 +0000 |
commit | 36f408de8643733ddff41c31f28d3fc3860f0a85 (patch) | |
tree | 8aef7e2eed38db425654110995dc4f3553ddef54 /dev-dotnet | |
parent | media-libs/giflib: Remove old (diff) | |
download | gentoo-36f408de8643733ddff41c31f28d3fc3860f0a85.tar.gz gentoo-36f408de8643733ddff41c31f28d3fc3860f0a85.tar.bz2 gentoo-36f408de8643733ddff41c31f28d3fc3860f0a85.zip |
dev-dotnet/libgdiplus: Fix implicit use of eutils
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild index 4c37480bf4c9..f7076990f926 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit dotnet +inherit eutils dotnet DESCRIPTION="Library for using System.Drawing with Mono" HOMEPAGE="https://www.mono-project.com" |