diff options
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-10.0.1.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-10.1.0.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9999.ebuild | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild b/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild index 0ad17fa60829..a8763abda747 100644 --- a/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,6 +49,5 @@ python_install_all() { pkg_postinst() { optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}] optfeature "Virus scanning" app-antivirus/clamav - optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}] optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}] } diff --git a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild index 35609f6170a1..6cc868a4f617 100644 --- a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild +++ b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild @@ -55,6 +55,5 @@ python_install_all() { pkg_postinst() { optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}] optfeature "Virus scanning" app-antivirus/clamav - optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}] optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}] } diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index 9bcf1112b5ea..2664028efa30 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -54,6 +54,5 @@ python_install_all() { pkg_postinst() { optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}] optfeature "Virus scanning" app-antivirus/clamav - optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}] optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}] } |