Skip to content

Commit

Permalink
dotnet: drop duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
msdobrescu committed Nov 5, 2023
1 parent 123c65f commit 7467d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10668,7 +10668,7 @@ packages:
- atom: "dev-dotnet/dotnet-sdk-bin"
accept_keywords: "~amd64"
prepare:
- sed -i -e 's/eselect dotnet update ifunset/echo \'eselect dotnet update ifunset\' disabled/' /var/db/repos/gentoo/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.404-r1.ebuild
- sed -i -e "s/eselect dotnet update ifunset/echo 'eselect dotnet update ifunset' disabled/" /var/db/repos/gentoo/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.404-r1.ebuild
- ebuild /var/db/repos/gentoo/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.404-r1.ebuild manifest
requires:
- <<: *layers-sys-fs
Expand Down Expand Up @@ -10702,7 +10702,7 @@ packages:
- atom: "dev-dotnet/dotnet-runtime-nugets"
accept_keywords: "~amd64"
prepare:
- sed -i -e 's/eselect dotnet update ifunset/echo \'eselect dotnet update ifunset\' disabled/' /var/db/repos/gentoo/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild
- sed -i -e "s/eselect dotnet update ifunset/echo 'eselect dotnet update ifunset' disabled/" /var/db/repos/gentoo/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild
- ebuild /var/db/repos/gentoo/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild manifest
requires:
- <<: *layers-sys-fs
Expand Down

0 comments on commit 7467d90

Please sign in to comment.