From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/layman/
Date: Mon, 14 Feb 2011 04:34:52 +0000 (UTC) [thread overview]
Message-ID: <212ddce3b78f65caa5f62d34bbef709a78675b65.dol-sen@gentoo> (raw)
commit: 212ddce3b78f65caa5f62d34bbef709a78675b65
Author: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
AuthorDate: Mon Feb 14 04:34:43 2011 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Mon Feb 14 04:34:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=commit;h=212ddce3
fix the random build failure making the doc's
---
app-portage/layman/ChangeLog | 4 ++--
app-portage/layman/Manifest | 4 ++--
app-portage/layman/layman-9999.ebuild | 5 ++---
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/app-portage/layman/ChangeLog b/app-portage/layman/ChangeLog
index 48584eb..bb87f1f 100644
--- a/app-portage/layman/ChangeLog
+++ b/app-portage/layman/ChangeLog
@@ -3,8 +3,8 @@
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.125 2011/02/12 12:29:16 idl0r Exp $
13 Feb 2011; Brian Dolbec <brian.dolbec@gmail.com> layman-9999.ebuild,
- Add g-common use flag and dependency. delete a randomly appearing ghost
- of doc/layman.8.xml that causes a build failure.
+ Add g-common use flag and dependency. Override MaKEOPTS to -j1 to
+ prevent a build failure for the doc's.
12 Feb 2011; Christian Ruppert <idl0r@gentoo.org> layman-1.4.2.ebuild,
layman-9999.ebuild:
diff --git a/app-portage/layman/Manifest b/app-portage/layman/Manifest
index bed7c51..cdb1e3c 100644
--- a/app-portage/layman/Manifest
+++ b/app-portage/layman/Manifest
@@ -1,3 +1,3 @@
-EBUILD layman-9999.ebuild 3088 RMD160 f15f421e37b929becc5d84df3d895c64170544e9 SHA1 36729cbfbb34e54cd1c0c34208e55e128fb3c589 SHA256 a56fce17cb994ff7747aab50368511af168fcf113ace7854a58d0538548f4e3d
-MISC ChangeLog 18147 RMD160 e9cd8fbe030dda1e930e3cf68e59d5ea25c673f3 SHA1 abf667ef8d4a44136f5082930c13d9c4ebfd1cf7 SHA256 c9bc290efcc05632e0c096aaa79ad912c9ab7b44216147e8bec80b09b0f5ded4
+EBUILD layman-9999.ebuild 3051 RMD160 9883c974a974419faf0cce4a4e97aefbade6bf40 SHA1 a6921aff1ffd7006af23157cab5f8c19228ae7d7 SHA256 0b63bc99db12c7a1a5ce474a763b57f2fad23b11b64508cb934d8c9fe8549c59
+MISC ChangeLog 18131 RMD160 3ac96924c4b7fcf937bd040ca502832f8a33aadf SHA1 1f899ff81c790dee46e97bb5e7a269ef43839837 SHA256 f08bb9cea53d3eb4e850f5d0ec8247992406fa91b86b97dc16bd9363c1dbe65f
MISC metadata.xml 929 RMD160 a90301ecf6c16e2f67a7d828e8a014eede1760ec SHA1 75f0feba31c81c8586411cd56aefa8f1b2c8c750 SHA256 225a8f899c0bc1d086ffc2860fad68e5dba1c86f2c260241bb30b6037b370bc3
diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
index c439309..964cd67 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -61,9 +61,8 @@ src_test() {
src_compile() {
distutils_src_compile
- # deal with a randomly appearing ghost
- rm ${WORKDIR}/layman-9999/doc/layman.8.xml
- emake -C doc || die "emake -C doc failed"
+ # override MAKEOPTS to prevent build failure
+ emake -j1 -C doc || die "emake -C doc failed"
}
src_install() {
next reply other threads:[~2011-02-14 4:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-14 4:34 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-16 19:24 [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/layman/ Brian Dolbec
2014-03-22 15:49 Brian Dolbec
2012-10-21 23:32 Brian Dolbec
2011-09-18 3:47 Brian Dolbec
2011-08-12 1:03 Brian Dolbec
2011-08-11 7:35 Brian Dolbec
2011-08-11 3:01 Brian Dolbec
2011-08-10 1:24 Brian Dolbec
2011-08-09 15:26 Brian Dolbec
2011-08-09 15:09 Brian Dolbec
2011-06-07 5:29 Brian Dolbec
2011-05-02 0:59 Brian Dolbec
2011-05-02 0:59 Brian Dolbec
2011-02-14 2:11 Brian Dolbec
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=212ddce3b78f65caa5f62d34bbef709a78675b65.dol-sen@gentoo \
--to=brian.dolbec@gmail.com \
--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