Skip to content

Commit

Permalink
net-p2p/classified-ads: remove bogus dev-qt/qt-mobility dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kensington committed Sep 9, 2017
1 parent 5ecea09 commit a0be400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net-p2p/classified-ads/classified-ads-0.11.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a0be400

Please sign in to comment.