public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ogmtools/
Date: Wed, 30 May 2018 00:27:42 +0000 (UTC)	[thread overview]
Message-ID: <1527640054.de93069d0637d865d95327dad6cbcedbb69d64ab.bman@gentoo> (raw)

commit:     de93069d0637d865d95327dad6cbcedbb69d64ab
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 00:17:17 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 30 00:27:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de93069d

media-sound/ogmtools: remove if/then in favor of use &&

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/ogmtools/ogmtools-1.5-r2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
index 56f8611e8a2..2615313a813 100644
--- a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
+++ b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
@@ -31,9 +31,7 @@ src_configure() {
 src_install() {
 	dobin ogmmerge ogmdemux ogminfo ogmsplit ogmcat
 
-	if use dvd; then
-		dobin dvdxchap
-	fi
+	use dvd && dobin dvdxchap
 
 	einstalldocs
 	doman *.1


             reply	other threads:[~2018-05-30  0:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-30  0:27 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-14  3:48 [gentoo-commits] repo/gentoo:master commit in: media-sound/ogmtools/ Sam James
2019-03-10 10:19 Andreas Sturmlechner
2018-05-30  0:27 Aaron Bauman

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=1527640054.de93069d0637d865d95327dad6cbcedbb69d64ab.bman@gentoo \
    --to=bman@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