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 6A7AE15808E for ; Tue, 26 Apr 2022 12:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E490E07AE; Tue, 26 Apr 2022 12:00:31 +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 DC9CAE07AE for ; Tue, 26 Apr 2022 12:00:27 +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 DD0B634197E for ; Tue, 26 Apr 2022 12:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 382AC177 for ; Tue, 26 Apr 2022 12:00:25 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1650974420.027abfdc9fe9946c47318f5749c4629ed5d04c9c.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gaupol/gaupol-1.11-r1.ebuild media-video/gaupol/gaupol-1.11.ebuild X-VCS-Directories: media-video/gaupol/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 027abfdc9fe9946c47318f5749c4629ed5d04c9c X-VCS-Branch: master Date: Tue, 26 Apr 2022 12:00:25 +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: c6a0dbf9-0e73-4242-8710-69077053426f X-Archives-Hash: 930a2378f01ea93641a6c59a01a195fd commit: 027abfdc9fe9946c47318f5749c4629ed5d04c9c Author: Louis Sautier gentoo org> AuthorDate: Tue Apr 26 11:49:48 2022 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Apr 26 12:00:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027abfdc media-video/gaupol: fix startup of v1.11 The switch to PEP517 broke the DATA_DIR constant, reverting for now. Bug: https://bugs.gentoo.org/839267 Signed-off-by: Louis Sautier gentoo.org> media-video/gaupol/{gaupol-1.11.ebuild => gaupol-1.11-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/gaupol/gaupol-1.11.ebuild b/media-video/gaupol/gaupol-1.11-r1.ebuild similarity index 98% rename from media-video/gaupol/gaupol-1.11.ebuild rename to media-video/gaupol/gaupol-1.11-r1.ebuild index b895c8078cc1..b8c6438c17c7 100644 --- a/media-video/gaupol/gaupol-1.11.ebuild +++ b/media-video/gaupol/gaupol-1.11-r1.ebuild @@ -4,7 +4,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx xdg-utils