media-video/noad: Remove redundant confutils_require_any, #610480
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Mar 2017 08:52:38 +0000 (09:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Mar 2017 09:05:03 +0000 (10:05 +0100)
media-video/noad/noad-0.8.6-r1.ebuild
media-video/noad/noad-0.8.6-r2.ebuild

index 52992337087ac4fade66550399ae0d5f23d05ebe..ae96bfd4fd50a956332bfb4d9864733c20a229a8 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils toolchain-funcs confutils
+inherit autotools eutils toolchain-funcs
 
 DESCRIPTION="Mark commercial breaks in VDR recordings"
 HOMEPAGE="http://noad.net23.net/"
@@ -34,7 +34,6 @@ src_prepare() {
 }
 
 src_configure() {
-       confutils_require_any ffmpeg libmpeg2
        econf \
                $(usex imagemagick '--with-magick') \
                $(usex ffmpeg '' '--without-ffmpeg') \
index f9325a7fbb2621bb4754f0f841a5caf37096809c..cd819660440a8b9629d020ecfb83717d7a07807b 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils toolchain-funcs confutils
+inherit autotools eutils toolchain-funcs
 
 DESCRIPTION="Mark commercial breaks in VDR recordings"
 HOMEPAGE="http://noad.net23.net/"
@@ -38,7 +38,6 @@ src_prepare() {
 }
 
 src_configure() {
-       confutils_require_any ffmpeg libmpeg2
        econf \
                $(usex imagemagick '--with-magick') \
                $(usex ffmpeg '' '--without-ffmpeg') \