diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 11:54:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 11:57:55 +0100 |
commit | 41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad (patch) | |
tree | ea7b4df7e75df5482db9a117b464e5d3d585db1c /net-irc/irker | |
parent | Rename dev-python/{PySDL2 → pysdl2} (diff) | |
download | gentoo-41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.tar.gz gentoo-41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.tar.bz2 gentoo-41dd7bb0aa6083c8f0056ce2f80e1abcfa0e15ad.zip |
Rename dev-python/{PySocks → pysocks}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc/irker')
-rw-r--r-- | net-irc/irker/irker-2.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/irker/irker-2.24.ebuild b/net-irc/irker/irker-2.24.ebuild index e113d225a4ee..b049f1c3efd0 100644 --- a/net-irc/irker/irker-2.24.ebuild +++ b/net-irc/irker/irker-2.24.ebuild @@ -58,5 +58,5 @@ src_install() { } pkg_postinst() { - optfeature "SOCKS5 proxy support" dev-python/PySocks + optfeature "SOCKS5 proxy support" dev-python/pysocks } |