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 06711158020 for ; Wed, 26 Oct 2022 19:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32ACDE09D0; Wed, 26 Oct 2022 19:38:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 11140E09D0 for ; Wed, 26 Oct 2022 19:38:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC447341015 for ; Wed, 26 Oct 2022 19:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3508E627 for ; Wed, 26 Oct 2022 19:38:02 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1666813063.84b0d06216e11fd65bbc0b3404ce0abcc260064c.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenshot/libopenshot-0.2.7.ebuild X-VCS-Directories: media-libs/libopenshot/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 84b0d06216e11fd65bbc0b3404ce0abcc260064c X-VCS-Branch: master Date: Wed, 26 Oct 2022 19:38:02 +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: 2b311eda-d3c9-43d4-9df3-cf98278df89c X-Archives-Hash: cc193a9289400286be5e9564e22aae4d commit: 84b0d06216e11fd65bbc0b3404ce0abcc260064c Author: Stefan Strogin gentoo org> AuthorDate: Wed Oct 26 19:26:14 2022 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Wed Oct 26 19:37:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b0d062 media-libs/libopenshot: add missing dep on protobuf Signed-off-by: Stefan Strogin gentoo.org> media-libs/libopenshot/libopenshot-0.2.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libopenshot/libopenshot-0.2.7.ebuild b/media-libs/libopenshot/libopenshot-0.2.7.ebuild index bd3a3381e83f..2b8a04af8424 100644 --- a/media-libs/libopenshot/libopenshot-0.2.7.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.7.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" RDEPEND="dev-libs/jsoncpp:0= + dev-libs/protobuf:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets]