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: media-libs/libltc/
Date: Fri, 11 Mar 2022 16:16:33 +0000 (UTC)	[thread overview]
Message-ID: <1647015381.e948768be2d4398280dd3006c48b7d97e466f2be.sam@gentoo> (raw)

commit:     e948768be2d4398280dd3006c48b7d97e466f2be
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 15:39:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 16:16:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e948768b

media-libs/libltc: drop unnecessary || die

eautoreconf is already fatal on errors, so this 'die' was unreachable.

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

 media-libs/libltc/libltc-1.3.1-r1.ebuild | 4 ++--
 media-libs/libltc/libltc-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libltc/libltc-1.3.1-r1.ebuild b/media-libs/libltc/libltc-1.3.1-r1.ebuild
index 7ec6c8eaf9eb..5a4b897e7335 100644
--- a/media-libs/libltc/libltc-1.3.1-r1.ebuild
+++ b/media-libs/libltc/libltc-1.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ RESTRICT="mirror"
 src_prepare() {
 	default
 
-	[[ ${PV} == *9999 ]] && (eautoreconf || die)
+	[[ ${PV} == *9999 ]] && eautoreconf
 }
 
 src_install() {

diff --git a/media-libs/libltc/libltc-9999.ebuild b/media-libs/libltc/libltc-9999.ebuild
index 37f4e75a206e..3f002a9de5ae 100644
--- a/media-libs/libltc/libltc-9999.ebuild
+++ b/media-libs/libltc/libltc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ RESTRICT="mirror"
 src_prepare() {
 	default
 
-	[[ ${PV} == *9999 ]] && (eautoreconf || die)
+	[[ ${PV} == *9999 ]] && eautoreconf
 }
 
 src_install() {


             reply	other threads:[~2022-03-11 16:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11 16:16 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05 11:49 [gentoo-commits] repo/gentoo:master commit in: media-libs/libltc/ Sam James
2024-05-05 11:49 Sam James
2023-06-19  6:47 Miroslav Šulc
2022-10-09  6:14 Miroslav Šulc
2022-10-07  9:34 Agostino Sarubbo
2022-09-06  4:24 Miroslav Šulc
2021-05-18 17:24 Sam James
2021-04-18 14:58 Miroslav Šulc
2021-04-18 11:22 Miroslav Šulc

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=1647015381.e948768be2d4398280dd3006c48b7d97e466f2be.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