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 37584138350 for ; Fri, 28 Feb 2020 05:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B8FE0954; Fri, 28 Feb 2020 05:37:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A5151E0954 for ; Fri, 28 Feb 2020 05:37:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 176A834F430 for ; Fri, 28 Feb 2020 05:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ED7415E for ; Fri, 28 Feb 2020 05:37:15 +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: <1582866659.236d1342642d4d74ace98981d40365e40120f767.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-1.10.1.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 236d1342642d4d74ace98981d40365e40120f767 X-VCS-Branch: master Date: Fri, 28 Feb 2020 05:37:15 +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: e4d3e628-dbbb-42e1-82ec-b9c43859298e X-Archives-Hash: 50d85fad7c060a80f166d8490c7e70bb commit: 236d1342642d4d74ace98981d40365e40120f767 Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 28 05:10:59 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 28 05:10:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236d1342 www-client/qutebrowser: DISTUTILS_USE_SETUPTOOLS=rdepend in 1.10.1 Signed-off-by: Joonas Niilola gentoo.org> www-client/qutebrowser/qutebrowser-1.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/qutebrowser/qutebrowser-1.10.1.ebuild b/www-client/qutebrowser/qutebrowser-1.10.1.ebuild index 64a2262a182..456e8dc250d 100644 --- a/www-client/qutebrowser/qutebrowser-1.10.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-1.10.1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{3_6,3_7} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit desktop distutils-r1 eutils xdg-utils