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 D8C211581EE for ; Sun, 23 Mar 2025 18:26:00 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BD45A34312A for ; Sun, 23 Mar 2025 18:26:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BDDF71103B8; Sun, 23 Mar 2025 18:25:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B2CAE1103B8 for ; Sun, 23 Mar 2025 18:25:59 +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 668DA34312A for ; Sun, 23 Mar 2025 18:25:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2823156C for ; Sun, 23 Mar 2025 18:25:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1742753839.2c7a2c1bc52da695c16f4fe6bd5c347ee321d84c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/atomic-chrome/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild X-VCS-Directories: app-emacs/atomic-chrome/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2c7a2c1bc52da695c16f4fe6bd5c347ee321d84c X-VCS-Branch: master Date: Sun, 23 Mar 2025 18:25:57 +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: 9b86f13c-a56a-406c-9886-47dceba7e30e X-Archives-Hash: 1cc8b63ff7c61f4811acccc08ecbd660 commit: 2c7a2c1bc52da695c16f4fe6bd5c347ee321d84c Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 23 17:37:13 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 23 18:17:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7a2c1b app-emacs/atomic-chrome: Replace DEPEND with BDEPEND Signed-off-by: Ulrich Müller gentoo.org> app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild b/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild index d05fb6935ac7..fea48ed4c100 100644 --- a/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild +++ b/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,8 +13,8 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-emacs/websocket" -RDEPEND="${DEPEND}" +RDEPEND="app-emacs/websocket" +BDEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" DOCS="README.md"