Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: net-misc/qrdc/
Date: Thu, 30 Aug 2012 16:39:36
Message-Id: 1346344693.f6262df0db0c2beb7eaade295b83587a477d0e8b.kensington@gentoo
1 commit: f6262df0db0c2beb7eaade295b83587a477d0e8b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 16:38:13 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 16:38:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f6262df0
7
8 [net-misc/qrdc] Restrict parallel build for now, wrt bug #431498.
9
10 (Portage version: 2.1.11.12/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 net-misc/qrdc/qrdc-9999.ebuild | 4 ++++
14 1 files changed, 4 insertions(+), 0 deletions(-)
15
16 diff --git a/net-misc/qrdc/qrdc-9999.ebuild b/net-misc/qrdc/qrdc-9999.ebuild
17 index 39d17d2..fa51ceb 100644
18 --- a/net-misc/qrdc/qrdc-9999.ebuild
19 +++ b/net-misc/qrdc/qrdc-9999.ebuild
20 @@ -19,3 +19,7 @@ IUSE="debug"
21 DEPEND="x11-libs/qt-gui:4
22 x11-libs/qt-sql:4"
23 RDEPEND="${DEPEND}"
24 +
25 +src_compile() {
26 + emake -j1
27 +}