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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32A30158089 for ; Wed, 6 Sep 2023 11:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 687032BC016; Wed, 6 Sep 2023 11:11:44 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4EF9C2BC016 for ; Wed, 6 Sep 2023 11:11:44 +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 71EE9335C8E for ; Wed, 6 Sep 2023 11:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8A65106B for ; Wed, 6 Sep 2023 11:11:41 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1693998694.c0e6c531c60fb172d7abc623300eceafcf757168.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-control-center-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8-r1.ebuild app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8.ebuild X-VCS-Directories: app-laptop/tuxedo-control-center-bin/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: c0e6c531c60fb172d7abc623300eceafcf757168 X-VCS-Branch: master Date: Wed, 6 Sep 2023 11:11:41 +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: 520adee6-0ebd-4f40-8779-9ab48fd49670 X-Archives-Hash: 984049a5dc71e15666b08d1d1c638892 commit: c0e6c531c60fb172d7abc623300eceafcf757168 Author: Marc Schiffbauer gentoo org> AuthorDate: Wed Sep 6 11:11:13 2023 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Wed Sep 6 11:11:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e6c531 app-laptop/tuxedo-control-center-bin: add missing rdeps Closes: https://bugs.gentoo.org/861681 Signed-off-by: Marc Schiffbauer gentoo.org> ...ild => tuxedo-control-center-bin-2.0.8-r1.ebuild} | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8.ebuild b/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8-r1.ebuild similarity index 86% rename from app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8.ebuild rename to app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8-r1.ebuild index 6c558463d5fb..81128fa51a32 100644 --- a/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8.ebuild +++ b/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-2.0.8-r1.ebuild @@ -18,7 +18,25 @@ KEYWORDS="-* ~amd64" RESTRICT="strip splitdebug" DEPEND=">=app-laptop/tuxedo-keyboard-3.1.3" -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + app-accessibility/at-spi2-core + dev-libs/nss + dev-libs/nspr + media-libs/alsa-lib + media-libs/mesa[X(+)] + net-print/cups + x11-libs/gdk-pixbuf + x11-libs/gtk+:3[X] + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libdrm + x11-libs/libxkbcommon + x11-libs/libxshmfence + x11-libs/pango +" # See bug #827729 BDEPEND="app-arch/xz-utils[extra-filters]"