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 3AB8515808B for ; Sun, 20 Mar 2022 18:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A938E07D8; Sun, 20 Mar 2022 18:05:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A185E07D8 for ; Sun, 20 Mar 2022 18:05:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BA96342E27 for ; Sun, 20 Mar 2022 18:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA602D7 for ; Sun, 20 Mar 2022 18:05:25 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1647799475.0177ce4bbcca1d8d2a0cf32ecd3fab788209a414.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0177ce4bbcca1d8d2a0cf32ecd3fab788209a414 X-VCS-Branch: master Date: Sun, 20 Mar 2022 18:05:25 +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: f9f276ee-d8f8-42ff-862e-dbcd91819c37 X-Archives-Hash: 7017a48a5f23a7b75ec012968fc0b48e commit: 0177ce4bbcca1d8d2a0cf32ecd3fab788209a414 Author: Jimi Huotari gentoo org> AuthorDate: Sun Mar 20 18:03:55 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Mar 20 18:04:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0177ce4b dev-libs/libqtxdg: add dev-libs/glib dependency Bug: https://bugs.gentoo.org/835648 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> dev-libs/libqtxdg/libqtxdg-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 26b8ef5e..743a698d 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -27,6 +27,7 @@ BDEPEND=" virtual/pkgconfig " RDEPEND=" + dev-libs/glib:2 >=dev-qt/qtcore-5.15:5 >=dev-qt/qtdbus-5.15:5 >=dev-qt/qtgui-5.15:5=