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 7BFE515808B for ; Sat, 19 Mar 2022 19:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A82E08C4; Sat, 19 Mar 2022 19:45:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A3CA6E08C4 for ; Sat, 19 Mar 2022 19:45:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1D71342E9D for ; Sat, 19 Mar 2022 19:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFEFD0 for ; Sat, 19 Mar 2022 19:45:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1647719130.ca6cf07e7ea70c16b1987fcd3d96aebf0dcc3112.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/86Box/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/86Box/86Box-3.3.ebuild X-VCS-Directories: app-emulation/86Box/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ca6cf07e7ea70c16b1987fcd3d96aebf0dcc3112 X-VCS-Branch: master Date: Sat, 19 Mar 2022 19:45:47 +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: 46f1b168-1653-4b8f-b2eb-908ffbca75c2 X-Archives-Hash: fe8a9d3e474f99759565d5e71bda942d commit: ca6cf07e7ea70c16b1987fcd3d96aebf0dcc3112 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 19 19:42:04 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 19 19:45:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6cf07e app-emulation/86Box: add missing dep Closes: https://bugs.gentoo.org/835632 Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/86Box/86Box-3.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/86Box/86Box-3.3.ebuild b/app-emulation/86Box/86Box-3.3.ebuild index 8408b5693b27..6f4e3b3f01ac 100644 --- a/app-emulation/86Box/86Box-3.3.ebuild +++ b/app-emulation/86Box/86Box-3.3.ebuild @@ -33,6 +33,7 @@ RDEPEND=" qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qttranslations:5 dev-qt/qtwidgets:5