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 758721382C5 for ; Sun, 7 Jun 2020 09:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F18AE08FA; Sun, 7 Jun 2020 09:30:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6602CE08FA for ; Sun, 7 Jun 2020 09:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D4E634EC46 for ; Sun, 7 Jun 2020 09:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A7328E for ; Sun, 7 Jun 2020 09:30:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591522214.99cf5d18d565dbfe4570e7456c79ad6f59c3e8ae.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signond/, net-libs/signond/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signond/files/signond-8.60-unused-dep.patch net-libs/signond/signond-8.60-r2.ebuild X-VCS-Directories: net-libs/signond/files/ net-libs/signond/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99cf5d18d565dbfe4570e7456c79ad6f59c3e8ae X-VCS-Branch: master Date: Sun, 7 Jun 2020 09:30:28 +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: dcd2cee1-8887-4546-ba0d-4608ea18364b X-Archives-Hash: 4f76f73d8efcb3628f5c49e30c210d34 commit: 99cf5d18d565dbfe4570e7456c79ad6f59c3e8ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 7 09:02:58 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 7 09:30:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cf5d18 net-libs/signond: Drop bogus dependency Closes: https://bugs.gentoo.org/727346 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/signond/files/signond-8.60-unused-dep.patch | 10 ++++++++++ net-libs/signond/signond-8.60-r2.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/net-libs/signond/files/signond-8.60-unused-dep.patch b/net-libs/signond/files/signond-8.60-unused-dep.patch new file mode 100644 index 00000000000..dd32af041d4 --- /dev/null +++ b/net-libs/signond/files/signond-8.60-unused-dep.patch @@ -0,0 +1,10 @@ +--- a/tests/signond-tests/signond-tests.pri 2020-06-07 10:57:19.327456979 +0200 ++++ b/tests/signond-tests/signond-tests.pri 2020-06-07 11:00:39.866322814 +0200 +@@ -6,7 +6,6 @@ + QT += core \ + sql \ + testlib \ +- xml \ + network \ + dbus + diff --git a/net-libs/signond/signond-8.60-r2.ebuild b/net-libs/signond/signond-8.60-r2.ebuild index b1040feb3ec..e704d007dd6 100644 --- a/net-libs/signond/signond-8.60-r2.ebuild +++ b/net-libs/signond/signond-8.60-r2.ebuild @@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" "${FILESDIR}/${P}-consistent-paths.patch" # bug 701142 "${FILESDIR}/${P}-crashfix.patch" + "${FILESDIR}/${P}-unused-dep.patch" # bug 727346 ) S="${WORKDIR}/${PN}-VERSION_${PV}"