From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 68D0A1584AD for ; Fri, 09 May 2025 07:07:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 471F8343127 for ; Fri, 09 May 2025 07:07:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 87B821103C1; Fri, 09 May 2025 07:07:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 8180C1103C1 for ; Fri, 09 May 2025 07:07:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 344873430CD for ; Fri, 09 May 2025 07:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1F62276F for ; Fri, 09 May 2025 07:07:00 +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: <1746774414.cfd39811e400030a01c2885db0ec11c60e13585f.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.100.0.ebuild X-VCS-Directories: app-editors/vscode/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cfd39811e400030a01c2885db0ec11c60e13585f X-VCS-Branch: master Date: Fri, 09 May 2025 07:07:00 +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: 9f26f8f2-06d0-4047-a666-5935519f29f3 X-Archives-Hash: 0c71b0f2cd408c17a298de55c1e5cc80 commit: cfd39811e400030a01c2885db0ec11c60e13585f Author: Joonas Niilola gentoo org> AuthorDate: Fri May 9 06:41:35 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri May 9 07:06:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd39811 app-editors/vscode: add missing udev dep to 1.100 Signed-off-by: Joonas Niilola gentoo.org> app-editors/vscode/vscode-1.100.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-editors/vscode/vscode-1.100.0.ebuild b/app-editors/vscode/vscode-1.100.0.ebuild index df9f3d1a84d7..81327560c2eb 100644 --- a/app-editors/vscode/vscode-1.100.0.ebuild +++ b/app-editors/vscode/vscode-1.100.0.ebuild @@ -43,6 +43,10 @@ IUSE="egl kerberos wayland" RESTRICT="mirror strip bindist" RDEPEND=" + || ( + sys-apps/systemd + sys-apps/systemd-utils + ) >=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates