diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-05-06 21:34:30 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-05-06 21:47:08 +0200 |
commit | 5006cd661db4999bc233983a169e973ee1a73fde (patch) | |
tree | 04f6183be126ce020d2a33d319f4f3abb9ff57ec /dev-dotnet | |
parent | dev-dotnet/dotnet-sdk-bin: drop old (diff) | |
download | gentoo-5006cd661db4999bc233983a169e973ee1a73fde.tar.gz gentoo-5006cd661db4999bc233983a169e973ee1a73fde.tar.bz2 gentoo-5006cd661db4999bc233983a169e973ee1a73fde.zip |
dev-dotnet/dotnet-sdk-bin: bump to EAPI 8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418-r1.ebuild (renamed from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418.ebuild) | 4 | ||||
-rw-r--r-- | dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild (renamed from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407.ebuild) | 4 | ||||
-rw-r--r-- | dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202-r1.ebuild (renamed from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418-r1.ebuild index a6cb8b1e7120..dabeb4bdbf70 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 MY_PV="${PV}" diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild index 5adae138eb9c..35084c97d1ab 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 MY_PV="${PV}" diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202-r1.ebuild index 237308fc0fc2..4a71ab6b42e1 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 MY_PV="${PV}" |