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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 739A91382C5 for ; Sun, 13 Jun 2021 09:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD7BDE0A99; Sun, 13 Jun 2021 09:12:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3EB6E0A99 for ; Sun, 13 Jun 2021 09:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAC25340DBE for ; Sun, 13 Jun 2021 09:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D1D678A for ; Sun, 13 Jun 2021 09:12:49 +0000 (UTC) From: "Abtin Matthew Bakhtiari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Abtin Matthew Bakhtiari" Message-ID: <1623575556.0cb5e812946c4b3a29a90e0b54b89b1aaa703e83.matthewabtin@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/guilded-bin/guilded-bin-1.0.996954.ebuild X-VCS-Directories: net-im/guilded-bin/ X-VCS-Committer: matthewabtin X-VCS-Committer-Name: Abtin Matthew Bakhtiari X-VCS-Revision: 0cb5e812946c4b3a29a90e0b54b89b1aaa703e83 X-VCS-Branch: dev Date: Sun, 13 Jun 2021 09:12:49 +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: c61924bd-7fcf-493e-908c-fe6344370531 X-Archives-Hash: dfd1be42d443371e207a6b5642532caa commit: 0cb5e812946c4b3a29a90e0b54b89b1aaa703e83 Author: Matthew Bakhtiari mtbk me> AuthorDate: Sun Jun 13 09:12:36 2021 +0000 Commit: Abtin Matthew Bakhtiari protonmail com> CommitDate: Sun Jun 13 09:12:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cb5e812 net-im/guilded-bin: fix CFLAGS & depedencies Closes: https://bugs.gentoo.org/795045 Closes: https://bugs.gentoo.org/795042 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthew mtbk.me> net-im/guilded-bin/guilded-bin-1.0.996954.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild index 69282f3e8..41660ddcc 100644 --- a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild +++ b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild @@ -22,6 +22,8 @@ RDEPEND=" app-accessibility/at-spi2-core app-crypt/libsecret dev-libs/libappindicator + net-print/cups + media-libs/alsa-lib sys-apps/util-linux x11-misc/xdg-utils x11-libs/gtk+:3 @@ -44,6 +46,7 @@ QA_PREBUILT=" opt/${MY_BIN}/libGLESv2.so opt/${MY_BIN}/swiftshader/libEGL.so opt/${MY_BIN}/swiftshader/libGLESv2.so + opt/${MY_BIN}/resources/* " CONFIG_CHECK="~USER_NS"