summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 22:27:28 +0100
committerAaron Bauman <bman@gentoo.org>2019-12-04 11:36:57 -0500
commitf8823c40ca830a46fd6d81c179d95a51dae7e6e4 (patch)
tree7ea17f3739593b49b92a1b8a4d6d6a58f8b6e908 /app-text/htmlmin
parentdev-python/random2: python3_8 (diff)
downloadgentoo-f8823c40ca830a46fd6d81c179d95a51dae7e6e4.tar.gz
gentoo-f8823c40ca830a46fd6d81c179d95a51dae7e6e4.tar.bz2
gentoo-f8823c40ca830a46fd6d81c179d95a51dae7e6e4.zip
app-text/htmlmin: python3_8, add missing || die
Closes: https://bugs.gentoo.org/701808 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/htmlmin')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index a6024e98c9ec..69c0412b0908 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit distutils-r1
@@ -20,6 +20,6 @@ IUSE=""
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
src_prepare() {
- sed '/prune/d' -i MANIFEST.in
+ sed '/prune/d' -i MANIFEST.in || die
default
}