diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-31 20:30:04 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-31 20:37:17 +0200 |
commit | 0a0c86e50520b891696a94c2b244f714b864225c (patch) | |
tree | 189900c5e5593e76fbf1907f7599d2c141e1cb0a /net-p2p/tremc | |
parent | net-analyzer/linkchecker: Remove dev-python/geoip-python optfeature (diff) | |
download | gentoo-0a0c86e50520b891696a94c2b244f714b864225c.tar.gz gentoo-0a0c86e50520b891696a94c2b244f714b864225c.tar.bz2 gentoo-0a0c86e50520b891696a94c2b244f714b864225c.zip |
net-p2p/tremc: Remove dev-python/geoip-python optfeature
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-p2p/tremc')
-rw-r--r-- | net-p2p/tremc/tremc-0.9.2_p20201101.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/tremc/tremc-0.9.3.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild b/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild index df6a3896db78..1fe156a2937d 100644 --- a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild +++ b/net-p2p/tremc/tremc-0.9.2_p20201101.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 @@ -38,7 +38,6 @@ src_install() { } pkg_postinst() { - optfeature "GeoIP support" dev-python/geoip-python optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy optfeature "Clipboard support" dev-python/pyperclip } diff --git a/net-p2p/tremc/tremc-0.9.3.ebuild b/net-p2p/tremc/tremc-0.9.3.ebuild index bd259f46580c..5c1cdd12b4f6 100644 --- a/net-p2p/tremc/tremc-0.9.3.ebuild +++ b/net-p2p/tremc/tremc-0.9.3.ebuild @@ -35,7 +35,6 @@ src_install() { } pkg_postinst() { - optfeature "GeoIP support" dev-python/geoip-python optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy optfeature "Clipboard support" dev-python/pyperclip } |