diff options
-rw-r--r-- | dev-python/pockets/pockets-0.9.1-r1.ebuild | 5 |
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..990bcef1505d 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/descriptiongfile/g' "${S}/setup.cfg" ||die + default +} |