From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7FBF1584AD for ; Mon, 14 Apr 2025 01:46:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 931D8343115 for ; Mon, 14 Apr 2025 01:46:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5AF221104C3; Mon, 14 Apr 2025 01:46:06 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 53C3C1104C1 for ; Mon, 14 Apr 2025 01:46:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E187C3430E8 for ; Mon, 14 Apr 2025 01:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CD70283B for ; Mon, 14 Apr 2025 01:46:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744595094.ae6547a6e2bc56ea3f0f2626cd63be53d4d2e707.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pitivi/pitivi-2023.03-r2.ebuild X-VCS-Directories: media-video/pitivi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ae6547a6e2bc56ea3f0f2626cd63be53d4d2e707 X-VCS-Branch: master Date: Mon, 14 Apr 2025 01:46:03 +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: b92589d4-5707-4be6-ac22-87a3c2852e0f X-Archives-Hash: 5aba19c4f6c567b6bda55b2d2ec86254 commit: ae6547a6e2bc56ea3f0f2626cd63be53d4d2e707 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 14 01:39:51 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 14 01:44:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6547a6 media-video/pitivi: Fix EmptyGlobalAssignment warning Signed-off-by: Pacho Ramos gentoo.org> media-video/pitivi/pitivi-2023.03-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/pitivi/pitivi-2023.03-r2.ebuild b/media-video/pitivi/pitivi-2023.03-r2.ebuild index eec22ae94443..06e684349e37 100644 --- a/media-video/pitivi/pitivi-2023.03-r2.ebuild +++ b/media-video/pitivi/pitivi-2023.03-r2.ebuild @@ -14,7 +14,6 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Do not forget to check pitivi/check.py for dependencies!!!