commit: cc7e21ed8a8d199bbad77be9f8e061a995b39e82 Author: Denis Reva <denis7774 <AT> gmail <DOT> com> AuthorDate: Tue Feb 28 13:01:59 2023 +0000 Commit: Denis Reva <denis7774 <AT> gmail <DOT> com> CommitDate: Tue Feb 28 13:01:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc7e21ed
sys-fs/dwarfs: work in progress Signed-off-by: Denis Reva <denis7774 <AT> gmail.com> sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild b/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild index d1a86ea98..78c1567f7 100644 --- a/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/mhx/dwarfs/releases/download/v0.7.0-RC4/dwarfs-0.7.0 LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="python +jemalloc test man" +IUSE="python +jemalloc test man +bundled-libs" S="${WORKDIR}/${MY_P}" RDEPEND="
