commit: fc329cd81c11d2e126948e6373a05686109fa76c Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Apr 25 18:13:23 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Apr 25 18:13:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc329cd8
app-text/unpaper: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> app-text/unpaper/unpaper-6.1-r1.ebuild | 8 +++----- app-text/unpaper/unpaper-9999.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild index e2d4212348d..cb59b6c27de 100644 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild +++ b/app-text/unpaper/unpaper-6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,11 +16,9 @@ HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" LICENSE="GPL-2" SLOT="0" -IUSE="libav test" +IUSE="test" -RDEPEND=" - libav? ( >=media-video/libav-10:0=[encode] ) - !libav? ( >=media-video/ffmpeg-2:0=[encode] )" +RDEPEND=">=media-video/ffmpeg-2:0=[encode]" DEPEND="dev-libs/libxslt app-text/docbook-xsl-ns-stylesheets virtual/pkgconfig diff --git a/app-text/unpaper/unpaper-9999.ebuild b/app-text/unpaper/unpaper-9999.ebuild index e2d4212348d..cb59b6c27de 100644 --- a/app-text/unpaper/unpaper-9999.ebuild +++ b/app-text/unpaper/unpaper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,11 +16,9 @@ HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" LICENSE="GPL-2" SLOT="0" -IUSE="libav test" +IUSE="test" -RDEPEND=" - libav? ( >=media-video/libav-10:0=[encode] ) - !libav? ( >=media-video/ffmpeg-2:0=[encode] )" +RDEPEND=">=media-video/ffmpeg-2:0=[encode]" DEPEND="dev-libs/libxslt app-text/docbook-xsl-ns-stylesheets virtual/pkgconfig
