diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-31 20:29:09 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-31 20:37:16 +0200 |
commit | 92f6f1d435f163631995c3cad982a1fb06c46dc5 (patch) | |
tree | 867e716ea4f232ea0e225b805e93b421462a73f7 /net-analyzer/linkchecker | |
parent | dev-python/geoip-python: treeclean (diff) | |
download | gentoo-92f6f1d435f163631995c3cad982a1fb06c46dc5.tar.gz gentoo-92f6f1d435f163631995c3cad982a1fb06c46dc5.tar.bz2 gentoo-92f6f1d435f163631995c3cad982a1fb06c46dc5.zip |
net-analyzer/linkchecker: Remove dev-python/geoip-python optfeature
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/linkchecker')
-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}] } |