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 957D2138350 for ; Wed, 25 Mar 2020 13:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE18E0C4E; Wed, 25 Mar 2020 13:46:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3243AE0C4E for ; Wed, 25 Mar 2020 13:46:07 +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 4FB0F34F6F9 for ; Wed, 25 Mar 2020 13:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E8301C0 for ; Wed, 25 Mar 2020 13:46:02 +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: <1585143928.ebf7834649d147b6e545a782e55df4da1621f51b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ospd-openvas/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild X-VCS-Directories: net-analyzer/ospd-openvas/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ebf7834649d147b6e545a782e55df4da1621f51b X-VCS-Branch: master Date: Wed, 25 Mar 2020 13:46:02 +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: e0ec074d-cf62-478a-995c-13f930152bae X-Archives-Hash: c0d50df0ca7e67e776644bc890d6e080 commit: ebf7834649d147b6e545a782e55df4da1621f51b Author: Joonas Niilola gentoo org> AuthorDate: Wed Mar 25 13:43:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 25 13:45:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf78346 net-analyzer/ospd-openvas: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild b/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild index 8c2dfcfee26..4b9108b1e25 100644 --- a/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild +++ b/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_6 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 systemd DESCRIPTION="This is an OSP server implementation to allow GVM to remotely control OpenVAS"