commit: 0f4cad40059479f2d425e2dd7cf1a553fe4896e9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 08:52:38 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 09:05:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4cad40
media-video/noad: Remove redundant confutils_require_any, #610480 media-video/noad/noad-0.8.6-r1.ebuild | 5 ++--- media-video/noad/noad-0.8.6-r2.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-video/noad/noad-0.8.6-r1.ebuild b/media-video/noad/noad-0.8.6-r1.ebuild index 52992337087..ae96bfd4fd5 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 f9325a7fbb2..cd819660440 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') \
