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 2B6E5158094 for ; Sun, 14 Aug 2022 08:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D5FE0AB2; Sun, 14 Aug 2022 08:28:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89740E0AB4 for ; Sun, 14 Aug 2022 08:28:38 +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 883FA3414C1 for ; Sun, 14 Aug 2022 08:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF62E568 for ; Sun, 14 Aug 2022 08:28:35 +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: <1660465695.0e26bb3f97fa392870e3f8e09b64104bbc5edbda.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kamoso/kamoso-9999.ebuild X-VCS-Directories: kde-apps/kamoso/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e26bb3f97fa392870e3f8e09b64104bbc5edbda X-VCS-Branch: master Date: Sun, 14 Aug 2022 08:28:35 +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: 40b72c55-bc0b-442a-a42f-0982e801c62b X-Archives-Hash: 2d5604286ac04225bd5a5e2573a89987 commit: 0e26bb3f97fa392870e3f8e09b64104bbc5edbda Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 13 20:39:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 14 08:28:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e26bb3f kde-apps/kamoso: Patch upstreamed Upstream commit 7e56d6f764f4cb2c7b5e14a6b7ba78d559b27e3d Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kamoso/kamoso-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild index 9bf5eab08f..62ec53a5a8 100644 --- a/kde-apps/kamoso/kamoso-9999.ebuild +++ b/kde-apps/kamoso/kamoso-9999.ebuild @@ -45,5 +45,3 @@ RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] " BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-22.04.3-tests-optional.patch" )