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