diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-12 09:52:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-12 10:05:03 +0100 |
commit | 0f4cad40059479f2d425e2dd7cf1a553fe4896e9 (patch) | |
tree | 778f2ee33047975679edb0139e66a74411953698 /media-video/noad | |
parent | www-apps/viewvc: confutils -> REQUIRED_USE, #612394 (diff) | |
download | gentoo-0f4cad40059479f2d425e2dd7cf1a553fe4896e9.tar.gz gentoo-0f4cad40059479f2d425e2dd7cf1a553fe4896e9.tar.bz2 gentoo-0f4cad40059479f2d425e2dd7cf1a553fe4896e9.zip |
media-video/noad: Remove redundant confutils_require_any, #610480
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') \ |