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 93A84158094 for ; Sat, 25 Jun 2022 04:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94201E07C7; Sat, 25 Jun 2022 04:49:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 607F2E07C7 for ; Sat, 25 Jun 2022 04:49:09 +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 2C9C734188B for ; Sat, 25 Jun 2022 04:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE3B471 for ; Sat, 25 Jun 2022 04:49:06 +0000 (UTC) From: "Brian Gloyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Gloyer" Message-ID: <1656132492.1ad87810d209a3922f2b62a2c37a911d0b75918e.brian.gloyer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/appswipe/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/appswipe/appswipe-1.1.14.ebuild X-VCS-Directories: app-portage/appswipe/ X-VCS-Committer: brian.gloyer X-VCS-Committer-Name: Brian Gloyer X-VCS-Revision: 1ad87810d209a3922f2b62a2c37a911d0b75918e X-VCS-Branch: dev Date: Sat, 25 Jun 2022 04:49:06 +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: d7798396-10d1-43f8-8117-3757518210ac X-Archives-Hash: 9dab3b49cb3091e8696e6015c23aa701 commit: 1ad87810d209a3922f2b62a2c37a911d0b75918e Author: brian gloyer gmail com> AuthorDate: Sat Jun 25 04:42:07 2022 +0000 Commit: Brian Gloyer gmail com> CommitDate: Sat Jun 25 04:48:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ad87810 app-portage/appswipe: added missing dependency Closes: https://bugs.gentoo.org/843569 Signed-off-by: brian gloyer gmail.com> app-portage/appswipe/appswipe-1.1.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/appswipe/appswipe-1.1.14.ebuild b/app-portage/appswipe/appswipe-1.1.14.ebuild index 2f77e8206..fe5848065 100644 --- a/app-portage/appswipe/appswipe-1.1.14.ebuild +++ b/app-portage/appswipe/appswipe-1.1.14.ebuild @@ -18,6 +18,7 @@ DEPEND=" dev-qt/qtcore dev-qt/qtgui dev-qt/qtsql[sqlite] + dev-qt/qtwidgets " RDEPEND="