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 DCC01158086 for ; Sat, 13 Nov 2021 19:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A7152BC07B; Sat, 13 Nov 2021 19:05:32 +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 2783A2BC07B for ; Sat, 13 Nov 2021 19:05:32 +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 56C4D342F2E for ; Sat, 13 Nov 2021 19:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBC001C3 for ; Sat, 13 Nov 2021 19:05:28 +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: <1636826190.20a78bfcac39e62541952d08d4086cb5dcbd66f9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/prison/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/prison/prison-5.88.0.ebuild kde-frameworks/prison/prison-9999.ebuild X-VCS-Directories: kde-frameworks/prison/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 20a78bfcac39e62541952d08d4086cb5dcbd66f9 X-VCS-Branch: master Date: Sat, 13 Nov 2021 19:05:28 +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: 08cf3041-ef50-46c5-b553-5bdf78dcd7c3 X-Archives-Hash: 0735476304bec94e3a5fddf4f1bff6d0 commit: 20a78bfcac39e62541952d08d4086cb5dcbd66f9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 13 17:55:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 13 17:56:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=20a78bfc kde-frameworks/prison: Add new DEPEND Upstream commit 737f6b9017b886c669d0529700acdc378d93020f Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/prison/prison-5.88.0.ebuild | 1 + kde-frameworks/prison/prison-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/prison/prison-5.88.0.ebuild b/kde-frameworks/prison/prison-5.88.0.ebuild index ac5b2987ac..95d751a925 100644 --- a/kde-frameworks/prison/prison-5.88.0.ebuild +++ b/kde-frameworks/prison/prison-5.88.0.ebuild @@ -17,6 +17,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5 media-gfx/qrencode:= media-libs/libdmtx + media-libs/zxing-cpp qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) " DEPEND="${RDEPEND} diff --git a/kde-frameworks/prison/prison-9999.ebuild b/kde-frameworks/prison/prison-9999.ebuild index ac7324471b..fb8242cc92 100644 --- a/kde-frameworks/prison/prison-9999.ebuild +++ b/kde-frameworks/prison/prison-9999.ebuild @@ -17,6 +17,7 @@ RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5 media-gfx/qrencode:= media-libs/libdmtx + media-libs/zxing-cpp qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) " DEPEND="${RDEPEND}