Skip to content

Commit

Permalink
sys-fs/cryfs: RESTRICT=test for 0.9.7
Browse files Browse the repository at this point in the history
We know they work, but the build system screws up install.
Task for 0.9.8 version bump.

Closes: https://bugs.gentoo.org/644836
Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
a17r committed Jan 17, 2018
1 parent fa36b42 commit 94ca302
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sys-fs/cryfs/cryfs-0.9.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -38,6 +38,10 @@ DEPEND="${RDEPEND}

PATCHES=( "${WORKDIR}/${P}-spdlog.patch" )

# tests work, but let install fail
# revisit with 0.9.8 version bump.
RESTRICT="test"

src_prepare() {
cmake-utils_src_prepare

Expand Down

0 comments on commit 94ca302

Please sign in to comment.