Skip to content

Commit

Permalink
app-editors/vscode: 28
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Jan 27, 2024
1 parent 31a4e3c commit 45ea5cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app-editors/vscode/vscode-1.85.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ SRC_URI="!build-online? (
REPO="https://github.com/microsoft/vscode"
ELECTRON_SLOT_DEFAULT="25"
#CODE_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2"
IUSE="api-proposals badge-providers electron-19 electron-20 electron-21 electron-22 electron-23 electron-24 electron-26 electron-27 openvsx reh reh-web substitute-urls +temp-fix"
IUSE="api-proposals badge-providers electron-19 electron-20 electron-21 electron-22 electron-23 electron-24 electron-26 electron-27 electron-28 openvsx reh reh-web substitute-urls +temp-fix"

if [[ ${PV} = *9999* ]]; then
inherit git-r3
Expand Down Expand Up @@ -1992,6 +1992,7 @@ COMMON_DEPEND="
electron-24? ( dev-util/electron:24 )
electron-26? ( dev-util/electron:26 )
electron-27? ( dev-util/electron:27 )
electron-28? ( dev-util/electron:28 )
!electron-19? (
!electron-20? (
!electron-21? (
Expand All @@ -2000,8 +2001,9 @@ COMMON_DEPEND="
!electron-24? (
!electron-26? (
!electron-27? (
!electron-28? (
dev-util/electron:${ELECTRON_SLOT_DEFAULT}
) ) ) ) ) ) ) )
) ) ) ) ) ) ) ) )
"
#TODO: oniguruma?

Expand Down Expand Up @@ -2034,6 +2036,8 @@ src_unpack() {
export ELECTRON_SLOT=26
elif use electron-27; then
export ELECTRON_SLOT=27
elif use electron-28; then
export ELECTRON_SLOT=28
else
export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT
fi
Expand Down

0 comments on commit 45ea5cf

Please sign in to comment.