From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jline/
Date: Sun, 31 Mar 2019 16:15:58 +0000 (UTC) [thread overview]
Message-ID: <1554048944.3bd4e86e822abf82881a5eeb5c268ad1e7d7befa.patrick@gentoo> (raw)
commit: 3bd4e86e822abf82881a5eeb5c268ad1e7d7befa
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 16:15:44 2019 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 16:15:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd4e86e
dev-java/jline: Create directory unconditionally
Avoids build failure
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-java/jline/jline-1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jline/jline-1.0-r1.ebuild b/dev-java/jline/jline-1.0-r1.ebuild
index 60944d342c3..86146fac2fd 100644
--- a/dev-java/jline/jline-1.0-r1.ebuild
+++ b/dev-java/jline/jline-1.0-r1.ebuild
@@ -43,9 +43,9 @@ src_prepare() {
cp "${FILESDIR}/maven-build.properties" . || die
java-ant_ignore-system-classes
+ mkdir lib || die
+ cd lib || die
if use test; then
- mkdir lib || die
- cd lib || die
java-pkg_jar-from --build-only junit
fi
}
next reply other threads:[~2019-03-31 16:16 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-31 16:15 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-07 7:37 [gentoo-commits] repo/gentoo:master commit in: dev-java/jline/ Miroslav Šulc
2021-12-22 18:47 Arthur Zamarin
2021-12-01 18:56 Sam James
2021-12-01 7:16 Arthur Zamarin
2021-11-26 19:07 Arthur Zamarin
2021-11-25 4:15 Sam James
2021-11-25 4:14 Sam James
2021-11-25 4:11 Sam James
2021-11-19 7:24 Arthur Zamarin
2021-11-13 8:29 Sam James
2019-03-16 19:24 Patrice Clement
2019-03-16 19:24 Patrice Clement
2019-03-16 19:24 Patrice Clement
2018-01-31 21:02 Patrice Clement
2017-07-13 20:42 Alexis Ballier
2015-12-31 10:51 Patrice Clement
2015-12-28 13:48 Patrice Clement
2015-12-28 13:48 Patrice Clement
2015-10-17 16:59 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=1554048944.3bd4e86e822abf82881a5eeb5c268ad1e7d7befa.patrick@gentoo \
--to=patrick@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