From 02300c4a1050b47962d84e1e1a1ccfe4f9cb1dd4 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Mon, 5 Aug 2024 12:59:41 +0200 Subject: [PATCH] dev-tex/tabularray: remove unzip dep following move to tarball source Fixes: 3a9d31eb7afeed532ebba926a57e7beff69910cc Signed-off-by: Lucio Sauer --- dev-tex/tabularray/tabularray-2023.03.01.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-tex/tabularray/tabularray-2023.03.01.ebuild b/dev-tex/tabularray/tabularray-2023.03.01.ebuild index ed1363bf61..2e54ec3984 100644 --- a/dev-tex/tabularray/tabularray-2023.03.01.ebuild +++ b/dev-tex/tabularray/tabularray-2023.03.01.ebuild @@ -23,10 +23,7 @@ RDEPEND=" dev-texlive/texlive-plaingeneric " DEPEND="${RDEPEND}" -BDEPEND=" - ${RDEPEND} - app-arch/unzip -" +BDEPEND="${RDEPEND}" TEXMF="/usr/share/texmf-site"