commit:     9451553d984344165085af76e246c312d3c96ee0
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Fri Dec  4 04:16:49 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Fri Dec  4 04:17:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9451553d

sys-fs/dwarfs: removed unused jemalloc

Removed unused jemalloc dependency and USE, see:
See https://github.com/mhx/dwarfs/issues/17

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 sys-fs/dwarfs/{dwarfs-0.2.3.ebuild => dwarfs-0.2.3-r1.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-fs/dwarfs/dwarfs-0.2.3.ebuild 
b/sys-fs/dwarfs/dwarfs-0.2.3-r1.ebuild
similarity index 96%
rename from sys-fs/dwarfs/dwarfs-0.2.3.ebuild
rename to sys-fs/dwarfs/dwarfs-0.2.3-r1.ebuild
index c5976474..236e19ac 100644
--- a/sys-fs/dwarfs/dwarfs-0.2.3.ebuild
+++ b/sys-fs/dwarfs/dwarfs-0.2.3-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/mhx/dwarfs/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="jemalloc"
+IUSE=""
 
 DEPEND="app-arch/zstd
                app-arch/lz4
@@ -36,8 +36,7 @@ DEPEND="app-arch/zstd
                sys-fs/fuse:3
                sys-devel/flex
                sys-devel/binutils:*
-               sys-libs/zlib
-               jemalloc? ( dev-libs/jemalloc )"
+               sys-libs/zlib"
 RDEPEND="dev-libs/boost[context,threads]
                dev-libs/double-conversion
                app-arch/zstd
@@ -81,7 +80,7 @@ src_prepare(){
 
 pkg_postinst(){
        elog "Test shows that dwarfs compiled with Clang is substantially 
faster than GCC ones"
-       elog "See ${HOMEPAGE}"
+       elog "See https://github.com/mhx/dwarfs/issues/14";
        elog "So you may want to compile it independently with Clang by the"
        elog "https://wiki.gentoo.org/wiki/Clang";
        elog "And with the per-package settings:"

Reply via email to