diff options
Diffstat (limited to 'media-video/noad')
-rw-r--r-- | media-video/noad/noad-0.8.6-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 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') \ |