From a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 8 Sep 2021 12:54:48 +0200 Subject: Rename dev-python/{beautifulsoup → beautifulsoup4} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-analyzer/snallygaster/snallygaster-0.0.6.ebuild | 4 ++-- net-analyzer/snallygaster/snallygaster-0.0.8.ebuild | 4 ++-- net-analyzer/snallygaster/snallygaster-0.0.9.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-analyzer/snallygaster') diff --git a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild index 4558f9f72505..cef08b8a35a2 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,6 @@ KEYWORDS="~amd64" DEPEND="dev-python/dnspython dev-python/urllib3 - dev-python/beautifulsoup" + dev-python/beautifulsoup4" RDEPEND="${DEPEND}" DOCS=( README.md TESTS.md ) diff --git a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild index 4558f9f72505..cef08b8a35a2 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,6 @@ KEYWORDS="~amd64" DEPEND="dev-python/dnspython dev-python/urllib3 - dev-python/beautifulsoup" + dev-python/beautifulsoup4" RDEPEND="${DEPEND}" DOCS=( README.md TESTS.md ) diff --git a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild index cc2efd47c0b9..b984ebb2e0fc 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild @@ -16,6 +16,6 @@ KEYWORDS="~amd64" DEPEND="dev-python/dnspython dev-python/urllib3 - dev-python/beautifulsoup" + dev-python/beautifulsoup4" RDEPEND="${DEPEND}" DOCS=( README.md TESTS.md ) -- cgit v1.2.3-65-gdbad