public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/
Date: Fri,  3 Dec 2021 13:02:32 +0000 (UTC)	[thread overview]
Message-ID: <1638536546.2e494ac58f90e23500d7b3f11b126c2ac483ec1d.juippis@gentoo> (raw)

commit:     2e494ac58f90e23500d7b3f11b126c2ac483ec1d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 12:56:45 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 13:02:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e494ac5

x11-misc/clipnotify: limit MAKEOPTS to -j1

 - there's only one .c file to build but it only seems to work with
   -j1 for me.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/clipnotify/clipnotify-1.0.2.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
index 4a8c1f9e890c..51099e860d15 100644
--- a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
+++ b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
@@ -18,6 +18,12 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_compile() {
+	# Running into parallel jobs issues with -j16 on v1.0.2. There's only one .c file
+	# to compile. Go figure...
+	emake -j1
+}
+
 src_install() {
 	dobin clipnotify
 }


             reply	other threads:[~2021-12-03 13:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03 13:02 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-03  1:18 [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/ Sam James
2020-11-14 22:55 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1638536546.2e494ac58f90e23500d7b3f11b126c2ac483ec1d.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox