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 27E471396D0 for ; Sat, 9 Sep 2017 16:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6BA1FC00B; Sat, 9 Sep 2017 16:13:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 241931FC00B for ; Sat, 9 Sep 2017 16:13:53 +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 ACD673416F1 for ; Sat, 9 Sep 2017 16:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F157906C for ; Sat, 9 Sep 2017 16:13:51 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1504973619.a0be4000365e78abb660fc3b212106fa716e2343.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/classified-ads/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/classified-ads/classified-ads-0.11.ebuild X-VCS-Directories: net-p2p/classified-ads/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a0be4000365e78abb660fc3b212106fa716e2343 X-VCS-Branch: master Date: Sat, 9 Sep 2017 16:13:51 +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-Archives-Salt: b3be23e5-44a4-4364-8009-cbb429b2a4c5 X-Archives-Hash: 5e0efb5387986ed3ee8b9030437e3037 commit: a0be4000365e78abb660fc3b212106fa716e2343 Author: Michael Palimaka gentoo org> AuthorDate: Sat Sep 9 16:04:46 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 9 16:13:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0be4000 net-p2p/classified-ads: remove bogus dev-qt/qt-mobility dependency This affected ebuild is Qt 5-based, while qt-mobility is Qt 4-based. This would have caused a segfault if both were loaded at the same time. Closes: https://bugs.gentoo.org/626234 Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-p2p/classified-ads/classified-ads-0.11.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-p2p/classified-ads/classified-ads-0.11.ebuild b/net-p2p/classified-ads/classified-ads-0.11.ebuild index 6d5be09b29b..eb54552c481 100644 --- a/net-p2p/classified-ads/classified-ads-0.11.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,6 @@ RDEPEND="dev-libs/openssl:0 dev-qt/qtwidgets:5 dev-qt/qtsql:5[sqlite] dev-qt/qtmultimedia:5[widgets] - dev-qt/qt-mobility[multimedia] dev-qt/qtprintsupport:5 media-libs/opus virtual/libintl"