summaryrefslogtreecommitdiff
path: root/dev-python/minify-html
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-06 21:42:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-06 21:42:31 +0000
commit009dd2f617ce2dd38549e26e06bde526b1dcdee5 (patch)
tree3baedccb0436cfd32eba51a82b5cf4b4f3096764 /dev-python/minify-html
parent923126477e8d71f672b1dcda7eb08833760ff202 (diff)
downloadbaldeagleos-repo-009dd2f617ce2dd38549e26e06bde526b1dcdee5.tar.gz
baldeagleos-repo-009dd2f617ce2dd38549e26e06bde526b1dcdee5.tar.xz
baldeagleos-repo-009dd2f617ce2dd38549e26e06bde526b1dcdee5.zip
Adding metadata
Diffstat (limited to 'dev-python/minify-html')
-rw-r--r--dev-python/minify-html/minify-html-0.15.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/minify-html/minify-html-0.15.0.ebuild b/dev-python/minify-html/minify-html-0.15.0.ebuild
index ea3ba47d2029..6256a16e58a5 100644
--- a/dev-python/minify-html/minify-html-0.15.0.ebuild
+++ b/dev-python/minify-html/minify-html-0.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,3 +38,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64"
QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/minify_html/minify_html.*.so"
+
+src_prepare() {
+ sed -i -e '/strip/d' Cargo.toml || die
+ distutils-r1_src_prepare
+}