mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-sound/ogmtools: remove if/then in favor of use &&
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user