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 DFC17158018 for ; Sat, 2 Oct 2021 08:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13720E086C; Sat, 2 Oct 2021 08:14:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE748E086C for ; Sat, 2 Oct 2021 08:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C32F9342C86 for ; Sat, 2 Oct 2021 08:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27ED789 for ; Sat, 2 Oct 2021 08:14:27 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1633162463.062fe1b36cb977d55eee0019a652e7ad8972da3f.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/peek/peek-1.5.1.ebuild X-VCS-Directories: media-video/peek/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 062fe1b36cb977d55eee0019a652e7ad8972da3f X-VCS-Branch: master Date: Sat, 2 Oct 2021 08:14:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e76c696c-693c-4c79-9811-a44ef7d32dd3 X-Archives-Hash: 7fb5f26a5978abb0d809b61670f9e21e commit: 062fe1b36cb977d55eee0019a652e7ad8972da3f Author: Bernard Cafarelli gentoo org> AuthorDate: Sat Oct 2 08:14:07 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sat Oct 2 08:14:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062fe1b3 media-video/peek: ffmpeg dep needs USE=x264 Closes: https://bugs.gentoo.org/814323 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> media-video/peek/peek-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/peek/peek-1.5.1.ebuild b/media-video/peek/peek-1.5.1.ebuild index 3fbafaeb7dc..93f9631cc1f 100644 --- a/media-video/peek/peek-1.5.1.ebuild +++ b/media-video/peek/peek-1.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ IUSE="keybinder test" RESTRICT="!test? ( test )" RDEPEND=">=dev-libs/glib-2.38:2 - media-video/ffmpeg[X,encode,vpx,xcb(+)] + media-video/ffmpeg[X,encode,x264,vpx,xcb(+)] virtual/imagemagick-tools >=x11-libs/gtk+-3.20:3 keybinder? ( dev-libs/keybinder:3 )"