diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-16 14:54:03 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-16 16:47:35 +0200 |
commit | d24e429005eba920ab106ea84dd5f4ef0c17e8bd (patch) | |
tree | 8755c39fb72102fae2d5b45d817055982e3eeeb8 /virtual/dotnet-sdk | |
parent | dev-dotnet/dotnet-sdk-bin: drop old 7.0.200 (diff) | |
download | gentoo-d24e429005eba920ab106ea84dd5f4ef0c17e8bd.tar.gz gentoo-d24e429005eba920ab106ea84dd5f4ef0c17e8bd.tar.bz2 gentoo-d24e429005eba920ab106ea84dd5f4ef0c17e8bd.zip |
virtual/dotnet-sdk: drop old 7.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual/dotnet-sdk')
-rw-r--r-- | virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild deleted file mode 100644 index c556f5e736db..000000000000 --- a/virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for .NET SDK" - -LICENSE="" -SLOT="7.0" -KEYWORDS="~amd64 ~arm ~arm64" - -BDEPEND="" -RDEPEND="|| ( - dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)] - dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)] -)" |