commit: 0a0c86e50520b891696a94c2b244f714b864225c
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 18:30:04 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:37:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0c86e5
net-p2p/tremc: Remove dev-python/geoip-python optfeature
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-p2p/tremc/tremc-0.9.2_p20201101.ebuild | 3 +--
net-p2p/tremc/tremc-0.9.3.ebuild | 1 -
2 files changed, 1 insertion(+), 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
}