commit: 3cbc321c010ce3ff57aa45d81922ea9bfbfe5617 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Apr 25 17:42:46 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 25 18:04:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3cbc321c
app-text/goldendict: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/goldendict/goldendict-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/goldendict/goldendict-9999.ebuild b/app-text/goldendict/goldendict-9999.ebuild index 32672acb..e0b7a2f4 100644 --- a/app-text/goldendict/goldendict-9999.ebuild +++ b/app-text/goldendict/goldendict-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/goldendict/goldendict.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="debug ffmpeg libav" +IUSE="debug ffmpeg" BDEPEND=" dev-qt/linguist-tools:5 @@ -41,8 +41,7 @@ DEPEND=" x11-libs/libXtst ffmpeg? ( media-libs/libao - libav? ( media-video/libav:0= ) - !libav? ( media-video/ffmpeg:0= ) + media-video/ffmpeg:0= ) " RDEPEND="${DEPEND}"
