commit:     fd4c445b91cbb439a6da003f68a0937bf03af4f6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 17:54:46 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 17:58:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4c445b

net-p2p/pybitmessage: allow usage of renamed msgpack

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --force

 .../{pybitmessage-0.6.3.2.ebuild => pybitmessage-0.6.3.2-r1.ebuild} | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net-p2p/pybitmessage/pybitmessage-0.6.3.2.ebuild 
b/net-p2p/pybitmessage/pybitmessage-0.6.3.2-r1.ebuild
similarity index 92%
rename from net-p2p/pybitmessage/pybitmessage-0.6.3.2.ebuild
rename to net-p2p/pybitmessage/pybitmessage-0.6.3.2-r1.ebuild
index 5dc0e77b762..68a4ee0e45d 100644
--- a/net-p2p/pybitmessage/pybitmessage-0.6.3.2.ebuild
+++ b/net-p2p/pybitmessage/pybitmessage-0.6.3.2-r1.ebuild
@@ -50,6 +50,12 @@ RDEPEND="${DEPEND}
 
 S="${WORKDIR}/${MY_P}"
 
+python_prepare_all() {
+       # allow useage of renamed msgpack
+       sed -i '/msgpack-python/d' setup.py || die
+       distutils-r1_python_prepare_all
+}
+
 src_install () {
        distutils-r1_src_install
        dodoc README.md

Reply via email to