Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qosmic/
Date: Sat, 31 Oct 2015 15:42:24
Message-Id: 1446306126.7087699067310a7f03ca77f7067fc9f7d0142628.kensington@gentoo
1 commit: 7087699067310a7f03ca77f7067fc9f7d0142628
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 15:41:44 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 15:42:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70876990
7
8 media-gfx/qosmic: cleanup Qt dependencies
9
10 Package-Manager: portage-2.2.20.1
11
12 media-gfx/qosmic/qosmic-1.5.0.ebuild | 10 ++++++++--
13 1 file changed, 8 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild
16 index 534490c..2293350 100644
17 --- a/media-gfx/qosmic/qosmic-1.5.0.ebuild
18 +++ b/media-gfx/qosmic/qosmic-1.5.0.ebuild
19 @@ -15,9 +15,15 @@ KEYWORDS="~amd64 ~x86"
20 IUSE=""
21
22 RDEPEND=">=dev-lang/lua-5.1.4
23 - >=media-gfx/flam3-3.0.1
24 - || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 )"
25 + dev-qt/qtgui:4
26 + >=media-gfx/flam3-3.0.1"
27 DEPEND="${RDEPEND}
28 virtual/pkgconfig"
29
30 DOCS="changes.txt README"
31 +
32 +src_prepare() {
33 + qt4-r2_src_prepare
34 +
35 + sed -i -e "/^CONFIG/s/uitools//" ${PN}.pro || die
36 +}