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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C3DA1382C5 for ; Wed, 1 Jul 2020 06:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4FA2E092F; Wed, 1 Jul 2020 06:39:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EB27E092F for ; Wed, 1 Jul 2020 06:39:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D674734F341 for ; Wed, 1 Jul 2020 06:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F9D2CE for ; Wed, 1 Jul 2020 06:39:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593585512.48ce5d7a087e0d810346606eb94ecda0d7444037.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ufw/ufw-0.36.ebuild X-VCS-Directories: net-firewall/ufw/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 48ce5d7a087e0d810346606eb94ecda0d7444037 X-VCS-Branch: master Date: Wed, 1 Jul 2020 06:39:08 +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: 94b206b2-de4b-4fc9-9328-182bb599ff11 X-Archives-Hash: 6d5ec87b09421ae13858b31638e0c5ec commit: 48ce5d7a087e0d810346606eb94ecda0d7444037 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jul 1 06:32:18 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 1 06:38:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ce5d7a net-firewall/ufw: define DISTUTILS_USE_SETUPTOOLS Signed-off-by: Joonas Niilola gentoo.org> net-firewall/ufw/ufw-0.36.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild index 1b3a17c8f21..815e4edf373 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_IN_SOURCE_BUILD=1 +DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1 eutils linux-info systemd