From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F1FC13835A for ; Wed, 24 Jun 2020 07:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 475C7E093E; Wed, 24 Jun 2020 07:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EF06E093E for ; Wed, 24 Jun 2020 07:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB9234EF7F for ; Wed, 24 Jun 2020 07:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2022D2AA for ; Wed, 24 Jun 2020 07:07:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592982410.aeacbf58ebd36cbcb467204ec68719e63eb6c7c0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmlmin/htmlmin-0.1.12.ebuild X-VCS-Directories: app-text/htmlmin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aeacbf58ebd36cbcb467204ec68719e63eb6c7c0 X-VCS-Branch: master Date: Wed, 24 Jun 2020 07:07:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f77cc9e6-4ccd-4a78-9976-c04c1e3b1783 X-Archives-Hash: 336d8f80c7c3ab871cd250460b3d20cc commit: aeacbf58ebd36cbcb467204ec68719e63eb6c7c0 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 24 05:40:30 2020 +0000 Commit: Michał Górny gentoo 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 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 }