commit: a0be4000365e78abb660fc3b212106fa716e2343 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Sep 9 16:04:46 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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"
