diff options
author | 2024-09-19 18:55:23 +0200 | |
---|---|---|
committer | 2024-12-28 08:32:34 +0000 | |
commit | b2c7df1277dfd743b8c1f94d91f75cb80b67aca2 (patch) | |
tree | 01abf90167fce21f31598f2f1cd5fe5df078d512 /app-editors | |
parent | profiles/base: Remove postgres17 stable mask (diff) | |
download | gentoo-b2c7df1277dfd743b8c1f94d91f75cb80b67aca2.tar.gz gentoo-b2c7df1277dfd743b8c1f94d91f75cb80b67aca2.tar.bz2 gentoo-b2c7df1277dfd743b8c1f94d91f75cb80b67aca2.zip |
app-editors/vscode: add liveshare optfeature
Closes: https://bugs.gentoo.org/862861
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vscode/vscode-1.96.0.ebuild | 1 | ||||
-rw-r--r-- | app-editors/vscode/vscode-1.96.1.ebuild | 1 | ||||
-rw-r--r-- | app-editors/vscode/vscode-1.96.2.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app-editors/vscode/vscode-1.96.0.ebuild b/app-editors/vscode/vscode-1.96.0.ebuild index 7757235fed73..67e7780619ca 100644 --- a/app-editors/vscode/vscode-1.96.0.ebuild +++ b/app-editors/vscode/vscode-1.96.0.ebuild @@ -128,4 +128,5 @@ pkg_postinst() { xdg_pkg_postinst optfeature "desktop notifications" x11-libs/libnotify optfeature "keyring support inside vscode" "virtual/secret-service" + optfeature "Live Share" dev-libs/icu } diff --git a/app-editors/vscode/vscode-1.96.1.ebuild b/app-editors/vscode/vscode-1.96.1.ebuild index 7757235fed73..67e7780619ca 100644 --- a/app-editors/vscode/vscode-1.96.1.ebuild +++ b/app-editors/vscode/vscode-1.96.1.ebuild @@ -128,4 +128,5 @@ pkg_postinst() { xdg_pkg_postinst optfeature "desktop notifications" x11-libs/libnotify optfeature "keyring support inside vscode" "virtual/secret-service" + optfeature "Live Share" dev-libs/icu } diff --git a/app-editors/vscode/vscode-1.96.2.ebuild b/app-editors/vscode/vscode-1.96.2.ebuild index 7757235fed73..67e7780619ca 100644 --- a/app-editors/vscode/vscode-1.96.2.ebuild +++ b/app-editors/vscode/vscode-1.96.2.ebuild @@ -128,4 +128,5 @@ pkg_postinst() { xdg_pkg_postinst optfeature "desktop notifications" x11-libs/libnotify optfeature "keyring support inside vscode" "virtual/secret-service" + optfeature "Live Share" dev-libs/icu } |