summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-24 07:40:30 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-24 09:06:50 +0200
commitaeacbf58ebd36cbcb467204ec68719e63eb6c7c0 (patch)
tree385cfebf74d82eb697175f8924b7b15aaaa08f2d /app-text/htmlmin/htmlmin-0.1.12.ebuild
parentapp-text/htmlmin: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-aeacbf58ebd36cbcb467204ec68719e63eb6c7c0.tar.gz
gentoo-aeacbf58ebd36cbcb467204ec68719e63eb6c7c0.tar.bz2
gentoo-aeacbf58ebd36cbcb467204ec68719e63eb6c7c0.zip
app-text/htmlmin: Fix src_prepare()
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/htmlmin/htmlmin-0.1.12.ebuild')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 3d5cdbf7ca95..a2c7d0741a07 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -13,12 +13,11 @@ HOMEPAGE="https://github.com/mankyd/htmlmin"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
src_prepare() {
sed '/prune/d' -i MANIFEST.in || die
- default
+ distutils-r1_src_prepare
}