From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1AF4138334 for ; Sun, 30 Sep 2018 08:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117C1E08FB; Sun, 30 Sep 2018 08:45:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D51E1E08FB for ; Sun, 30 Sep 2018 08:45:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44632335C7F for ; Sun, 30 Sep 2018 08:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CE083CB for ; Sun, 30 Sep 2018 08:45:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538296946.db1193bfb8a7c12afb4d1b0c8d24dcc2ed8d0921.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kfilemetadata/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild X-VCS-Directories: kde-frameworks/kfilemetadata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: db1193bfb8a7c12afb4d1b0c8d24dcc2ed8d0921 X-VCS-Branch: master Date: Sun, 30 Sep 2018 08:45:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4e495eb-472c-439e-93f7-59ed9d30d265 X-Archives-Hash: 1ef4c399084623eb8983a20523574850 commit: db1193bfb8a7c12afb4d1b0c8d24dcc2ed8d0921 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 21 15:43:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 08:42:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db1193bf kde-frameworks/kfilemetadata: Raise min media-video/libav to 12.2 Closes: https://bugs.gentoo.org/665518 Package-Manager: Portage-2.3.49, Repoman-2.3.10 kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild index b44204e841..d93fa35407 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild @@ -16,7 +16,7 @@ RDEPEND=" epub? ( app-text/ebook-tools ) exif? ( media-gfx/exiv2:= ) ffmpeg? ( - libav? ( media-video/libav:= ) + libav? ( >=media-video/libav-12.2:= ) !libav? ( media-video/ffmpeg:0= ) ) office? ( $(add_frameworks_dep karchive) )