Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/classified-ads/
Date: Sat, 09 Sep 2017 16:13:55
Message-Id: 1504973619.a0be4000365e78abb660fc3b212106fa716e2343.kensington@gentoo
1 commit: a0be4000365e78abb660fc3b212106fa716e2343
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 16:04:46 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 16:13:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0be4000
7
8 net-p2p/classified-ads: remove bogus dev-qt/qt-mobility dependency
9
10 This affected ebuild is Qt 5-based, while qt-mobility is Qt 4-based. This would
11 have caused a segfault if both were loaded at the same time.
12
13 Closes: https://bugs.gentoo.org/626234
14 Package-Manager: Portage-2.3.6, Repoman-2.3.3
15
16 net-p2p/classified-ads/classified-ads-0.11.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/net-p2p/classified-ads/classified-ads-0.11.ebuild b/net-p2p/classified-ads/classified-ads-0.11.ebuild
20 index 6d5be09b29b..eb54552c481 100644
21 --- a/net-p2p/classified-ads/classified-ads-0.11.ebuild
22 +++ b/net-p2p/classified-ads/classified-ads-0.11.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -30,7 +30,6 @@ RDEPEND="dev-libs/openssl:0
30 dev-qt/qtwidgets:5
31 dev-qt/qtsql:5[sqlite]
32 dev-qt/qtmultimedia:5[widgets]
33 - dev-qt/qt-mobility[multimedia]
34 dev-qt/qtprintsupport:5
35 media-libs/opus
36 virtual/libintl"