From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E9EE158004 for ; Wed, 7 Feb 2024 13:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E01AEE2A10; Wed, 7 Feb 2024 13:59:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAA1EE2A10 for ; Wed, 7 Feb 2024 13:59:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F4086343113 for ; Wed, 7 Feb 2024 13:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37C9E14C8 for ; Wed, 7 Feb 2024 13:59:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707314371.508b6f1f1276aa0a7d54efc5a6e87a9dd20e21a2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vscode/vscode-1.86.0.ebuild X-VCS-Directories: app-editors/vscode/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 508b6f1f1276aa0a7d54efc5a6e87a9dd20e21a2 X-VCS-Branch: master Date: Wed, 7 Feb 2024 13:59:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae20c36c-c3cd-4ef9-a1e2-58552a633c70 X-Archives-Hash: e1c7745e1c9fab29ab8f01448635fe05 commit: 508b6f1f1276aa0a7d54efc5a6e87a9dd20e21a2 Author: Joonas Niilola gentoo org> AuthorDate: Wed Feb 7 13:51:30 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 7 13:59:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508b6f1f app-editors/vscode: move libnotify as optfeature Signed-off-by: Joonas Niilola gentoo.org> app-editors/vscode/vscode-1.86.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/vscode/vscode-1.86.0.ebuild b/app-editors/vscode/vscode-1.86.0.ebuild index f8ecb8a0a190..75ef1fe52ecb 100644 --- a/app-editors/vscode/vscode-1.86.0.ebuild +++ b/app-editors/vscode/vscode-1.86.0.ebuild @@ -57,7 +57,6 @@ RDEPEND=" x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm - x11-libs/libnotify x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite @@ -128,5 +127,6 @@ src_install() { pkg_postinst() { xdg_pkg_postinst + optfeature "desktop notifications" x11-libs/libnotify optfeature "keyring support inside vscode" "virtual/secret-service" }