diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-10 02:04:46 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-10 02:13:39 +1000 |
commit | a0be4000365e78abb660fc3b212106fa716e2343 (patch) | |
tree | d2ce36e71cfd7183d069830cd015274a5a153f3b /net-p2p/classified-ads | |
parent | net-p2p/classified-ads: remove old (diff) | |
download | gentoo-a0be4000365e78abb660fc3b212106fa716e2343.tar.gz gentoo-a0be4000365e78abb660fc3b212106fa716e2343.tar.bz2 gentoo-a0be4000365e78abb660fc3b212106fa716e2343.zip |
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
Diffstat (limited to 'net-p2p/classified-ads')
-rw-r--r-- | net-p2p/classified-ads/classified-ads-0.11.ebuild | 3 |
1 files changed, 1 insertions, 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 6d5be09b29bc..eb54552c4810 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" |