commit: efa0833ae665f3fb209ff4d15bb4cd01151a2f77 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 23 12:35:03 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 23 12:43:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efa0833a
kde-apps/ark: Unrestrict clirartest Upstream commit bc4de85de964d5a17f307a78f3ac0c21b2b5d7fb Closes: https://bugs.gentoo.org/560548 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/ark/ark-9999.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 0675f137a0..2f2a928821 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -18,9 +18,6 @@ SLOT="5" KEYWORDS="" IUSE="zip" -BDEPEND=" - sys-devel/gettext -" RDEPEND=" app-arch/libarchive:=[bzip2,lzma,zlib] >=dev-qt/qtdbus-${QTMIN}:5 @@ -48,6 +45,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " +BDEPEND="sys-devel/gettext" src_configure() { local mycmakeargs=( @@ -57,14 +55,6 @@ src_configure() { ecm_src_configure } -src_test() { - local myctestargs=( - -E "(plugins-clirartest)" - ) - - ecm_src_test -} - pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" app-arch/rar
