summaryrefslogtreecommitdiff
path: root/dev-python/pockets/pockets-0.9.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pockets/pockets-0.9.1-r1.ebuild')
-rw-r--r--dev-python/pockets/pockets-0.9.1-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pockets/pockets-0.9.1-r1.ebuild b/dev-python/pockets/pockets-0.9.1-r1.ebuild
index ba43bdbdd2ce..4abde4b91189 100644
--- a/dev-python/pockets/pockets-0.9.1-r1.ebuild
+++ b/dev-python/pockets/pockets-0.9.1-r1.ebuild
@@ -19,3 +19,8 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
+
+src_prepare() {
+ sed -i -e 's/description-file/description_file/g' "${S}/setup.cfg" ||die
+ default
+}