From: Michał Górny Date: Sun, 12 Mar 2017 08:52:38 +0000 (+0100) Subject: media-video/noad: Remove redundant confutils_require_any, #610480 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0f4cad40059479f2d425e2dd7cf1a553fe4896e9;p=gentoo.git media-video/noad: Remove redundant confutils_require_any, #610480 --- diff --git a/media-video/noad/noad-0.8.6-r1.ebuild b/media-video/noad/noad-0.8.6-r1.ebuild index 52992337087a..ae96bfd4fd50 100644 --- a/media-video/noad/noad-0.8.6-r1.ebuild +++ b/media-video/noad/noad-0.8.6-r1.ebuild @@ -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') \ diff --git a/media-video/noad/noad-0.8.6-r2.ebuild b/media-video/noad/noad-0.8.6-r2.ebuild index f9325a7fbb26..cd819660440a 100644 --- a/media-video/noad/noad-0.8.6-r2.ebuild +++ b/media-video/noad/noad-0.8.6-r2.ebuild @@ -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') \