commit: 01e347beeaf264d9daf80f2e4c10da16eb59b727
Author: Torben Kahnert <torben <AT> tmak2002 <DOT> dev>
AuthorDate: Sun Aug 10 11:19:04 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 10 11:23:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01e347be
dev-libs/hardened_malloc: Fix typo
Signed-off-by: Torben Kahnert <torben <AT> tmak2002.dev>
dev-libs/hardened_malloc/Manifest | 2 +-
.../{hardenend_malloc-13.ebuild => hardened_malloc-13.ebuild} | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-libs/hardened_malloc/Manifest
b/dev-libs/hardened_malloc/Manifest
index 184bf1ffae..c69a97196d 100644
--- a/dev-libs/hardened_malloc/Manifest
+++ b/dev-libs/hardened_malloc/Manifest
@@ -1 +1 @@
-ST hardened_malloc-13.tar.gz 77759 BLAKE2B
58487fda8f3480aab4b517771ae5ff5433f4ca57195a7c9e0f18622272b99342a79118e385f01b47a992f3acf209cbcdcf8c72ee183e17385d421950d2e21de6
SHA512
793252e3fa34c5aa3c672b182a204014b52ba52a693cd72fae77d6c537d364ab8e65db702e40528d6a51e7ffb945f8a28289245a2f23d8cc6b8253b56660dd9d
+DIST hardened_malloc-13.tar.gz 77759 BLAKE2B
58487fda8f3480aab4b517771ae5ff5433f4ca57195a7c9e0f18622272b99342a79118e385f01b47a992f3acf209cbcdcf8c72ee183e17385d421950d2e21de6
SHA512
793252e3fa34c5aa3c672b182a204014b52ba52a693cd72fae77d6c537d364ab8e65db702e40528d6a51e7ffb945f8a28289245a2f23d8cc6b8253b56660dd9d
diff --git a/dev-libs/hardened_malloc/hardenend_malloc-13.ebuild
b/dev-libs/hardened_malloc/hardened_malloc-13.ebuild
similarity index 72%
rename from dev-libs/hardened_malloc/hardenend_malloc-13.ebuild
rename to dev-libs/hardened_malloc/hardened_malloc-13.ebuild
index b3179cb2b3..0af5fad95a 100644
--- a/dev-libs/hardened_malloc/hardenend_malloc-13.ebuild
+++ b/dev-libs/hardened_malloc/hardened_malloc-13.ebuild
@@ -12,15 +12,15 @@ SLOT="0"
KEYWORDS="~amd64"
src_test() {
- emake test
+ emake test
}
src_compile() {
- emake VARIANT=light
- emake VARIANT=default
+ emake VARIANT=light
+ emake VARIANT=default
}
src_install() {
- dolib.so out-light/libhardened_malloc-light.so
- dolib.so out/libhardened_malloc.so
+ dolib.so out-light/libhardened_malloc-light.so
+ dolib.so out/libhardened_malloc.so
}