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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 517C015808B for ; Mon, 28 Feb 2022 11:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C77E0AEA; Mon, 28 Feb 2022 11:28:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A567E0AEA for ; Mon, 28 Feb 2022 11:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F066734354C for ; Mon, 28 Feb 2022 11:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56D802FA for ; Mon, 28 Feb 2022 11:28:23 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1646047585.976c56bc20456ecd63ea64a046c7940dedbf26c8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vice/vice-3.6.1.ebuild X-VCS-Directories: app-emulation/vice/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 976c56bc20456ecd63ea64a046c7940dedbf26c8 X-VCS-Branch: master Date: Mon, 28 Feb 2022 11:28:23 +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: 3ad8868d-b048-4b9b-b801-ebb40ce0aa63 X-Archives-Hash: bfbf33d1cd000416779c31df1cbdeb0a commit: 976c56bc20456ecd63ea64a046c7940dedbf26c8 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Feb 28 10:56:05 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Feb 28 11:26:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976c56bc app-emulation/vice: depend on gentoo.org> app-emulation/vice/vice-3.6.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/vice/vice-3.6.1.ebuild b/app-emulation/vice/vice-3.6.1.ebuild index 08ab94f0564e..dcefe70a8de1 100644 --- a/app-emulation/vice/vice-3.6.1.ebuild +++ b/app-emulation/vice/vice-3.6.1.ebuild @@ -22,6 +22,7 @@ REQUIRED_USE=" gtk? ( zlib )" # ffmpeg/lame are loaded by dlopen(), keeping := to rebuild with same headers +# see bug #834359 for the ffmpeg upper bound RDEPEND=" virtual/libintl alsa? ( media-libs/alsa-lib ) @@ -29,7 +30,7 @@ RDEPEND=" net-libs/libpcap sys-libs/libcap ) - ffmpeg? ( media-video/ffmpeg:= ) + ffmpeg? (