commit: aeacbf58ebd36cbcb467204ec68719e63eb6c7c0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 24 05:40:30 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 24 07:06:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeacbf58
app-text/htmlmin: Fix src_prepare() Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/htmlmin/htmlmin-0.1.12.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild index 3d5cdbf7ca9..a2c7d0741a0 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 }
