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 469D6158087 for ; Tue, 1 Feb 2022 18:51:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6320D2BC054; Tue, 1 Feb 2022 18:51:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4968D2BC054 for ; Tue, 1 Feb 2022 18:51:48 +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 77C193431E5 for ; Tue, 1 Feb 2022 18:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F5F2BF for ; Tue, 1 Feb 2022 18:51:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1643741501.cbcad7dcc264e286d6c975d20aa529d019e8d980.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/portmidi/portmidi-234.ebuild X-VCS-Directories: media-libs/portmidi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbcad7dcc264e286d6c975d20aa529d019e8d980 X-VCS-Branch: master Date: Tue, 1 Feb 2022 18:51:44 +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: 788cf200-8216-4ee5-a036-951f77b199ba X-Archives-Hash: 3e6186da315aca570a8e6ca194116f0c commit: cbcad7dcc264e286d6c975d20aa529d019e8d980 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 1 18:43:27 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 1 18:51:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcad7dc media-libs/portmidi: Remove DISTUTILS_USE_SETUPTOOLS DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it triggers a QA warning. Remove it. Signed-off-by: Michał Górny gentoo.org> media-libs/portmidi/portmidi-234.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/portmidi/portmidi-234.ebuild b/media-libs/portmidi/portmidi-234.ebuild index 7ba9b89652ce..5d72e4ab709c 100644 --- a/media-libs/portmidi/portmidi-234.ebuild +++ b/media-libs/portmidi/portmidi-234.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_OPTIONAL=1 -DISTUTILS_USE_SETUPTOOLS=no # ninja: error: build.ninja:521: multiple rules generate pm_java/pmdefaults.jar [-w dupbuild=err] CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake desktop xdg distutils-r1 java-pkg-opt-2 flag-o-matic