aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Friedli <manuel@fritteli.ch>2021-05-21 00:31:03 +0200
committerGergely Nagy <ngg@ngg.hu>2021-05-26 08:37:28 +0200
commit1f5d03e869e69651d60f86939b74edefc24b7d29 (patch)
tree0667d8e995a9fbb309fd193629150f8f70b8cbd2 /dev-dotnet
parentdev-dotnet/dotnetcore-sdk-bin{-common}: bump to 5.0.300, 6.0.100_pre4 (diff)
downloaddotnet-1f5d03e869e69651d60f86939b74edefc24b7d29.tar.gz
dotnet-1f5d03e869e69651d60f86939b74edefc24b7d29.tar.bz2
dotnet-1f5d03e869e69651d60f86939b74edefc24b7d29.zip
Get rid of autotools-utils.
Signed-off-by: Gergely Nagy <ngg@ngg.hu> Closes: https://github.com/gentoo/dotnet/pull/499 Closes: https://github.com/gentoo/dotnet/pull/495 Fixes: https://github.com/gentoo/dotnet/issues/494 Fixes: https://github.com/gentoo/dotnet/issues/492
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild3
-rw-r--r--dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
index 491782f..75563d3 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit eutils dotnet multilib autotools-utils
+inherit eutils dotnet multilib autotools
DESCRIPTION="A generic framework for creating extensible applications"
HOMEPAGE="https://www.mono-project.com/Mono.Addins"
@@ -26,7 +26,6 @@ src_prepare() {
epatch "${FILESDIR}/gmcs.patch"
eautoreconf
- autotools-utils_src_prepare
## with dev-dotnet/gtk-sharp-2.99.1
## it gives
## checking for GTK_SHARP_20... no
diff --git a/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild b/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild
index 6a9ffcb..54db041 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit eutils dotnet multilib autotools-utils
+inherit eutils dotnet multilib autotools
DESCRIPTION="A generic framework for creating extensible applications"
HOMEPAGE="https://www.mono-project.com/Mono.Addins"
@@ -24,7 +24,6 @@ S="${WORKDIR}/${PN}-${P}"
src_prepare() {
eautoreconf
- autotools-utils_src_prepare
## with dev-dotnet/gtk-sharp-2.99.1
## it gives
## checking for GTK_SHARP_20... no