public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libverto/
Date: Wed, 23 Jun 2021 04:44:28 +0000 (UTC)	[thread overview]
Message-ID: <1624423454.c010009af59f0a3453c3d6249f0eb56e2b113fb6.sam@gentoo> (raw)

commit:     c010009af59f0a3453c3d6249f0eb56e2b113fb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 04:44:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 04:44:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c010009a

dev-libs/libverto: add || die on find

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libverto/libverto-0.3.2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild b/dev-libs/libverto/libverto-0.3.2.ebuild
index 6693f45a2c1..8e7b931f663 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -44,5 +44,8 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
 	default
-	use static-libs || find "${ED}" -name '*.la' -delete
+
+	if ! use static-libs ; then
+		find "${ED}" -name '*.la' -delete
+	fi
 }


             reply	other threads:[~2021-06-23  4:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23  4:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-30  9:26 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libverto/ Eray Aslan
2024-01-29  8:04 Eray Aslan
2024-01-28 21:21 Sam James
2024-01-28 21:21 Sam James
2024-01-28 20:00 Arthur Zamarin
2024-01-28 20:00 Arthur Zamarin
2024-01-28 20:00 Arthur Zamarin
2024-01-28 20:00 Arthur Zamarin
2024-01-28 18:57 Sam James
2024-01-28 18:57 Sam James
2024-01-28 18:37 Eray Aslan
2024-01-28 18:27 Eray Aslan
2022-05-10  1:35 WANG Xuerui
2021-07-25  4:59 Sam James
2021-06-23  4:46 Sam James
2020-12-27 18:36 Sam James
2020-12-27 12:51 Sergei Trofimovich
2020-12-24 22:06 Sergei Trofimovich
2020-12-24 18:38 Sergei Trofimovich
2020-12-22  0:23 Sam James
2020-12-20 19:19 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-20 14:09 Sam James
2020-12-20 12:34 Sam James
2019-12-13  6:30 Eray Aslan
2019-05-05 13:08 Mikle Kolyada
2019-01-05 17:19 Mikle Kolyada
2018-12-15 13:51 Eray Aslan
2018-12-15 13:12 Eray Aslan
2018-12-15 13:11 Eray Aslan
2018-05-12 10:14 Mart Raudsepp

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=1624423454.c010009af59f0a3453c3d6249f0eb56e2b113fb6.sam@gentoo \
    --to=sam@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