diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:33:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | 32100e32a0b211f4ec778cb4908e45585e29a36b (patch) | |
tree | baec9c92be2ad66cb79d6ca164918279fdda0077 /net-misc/electrum | |
parent | www-servers/tornado: Version Bump (diff) | |
download | gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.gz gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.bz2 gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.zip |
Sanitize virtual namespace of python packages
Rename virtual/MODULE to virtual/python-MODULE
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r-- | net-misc/electrum/electrum-2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/electrum/electrum-2.5.1.ebuild b/net-misc/electrum/electrum-2.5.1.ebuild index a02b80682018..3de216065624 100644 --- a/net-misc/electrum/electrum-2.5.1.ebuild +++ b/net-misc/electrum/electrum-2.5.1.ebuild @@ -50,7 +50,7 @@ RDEPEND=" dev-python/socksipy[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] dev-libs/protobuf[python,${PYTHON_USEDEP}] - virtual/dnspython[${PYTHON_USEDEP}] + virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[python,v4l,${PYTHON_USEDEP}] ) gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] |