Skip to content

Commit

Permalink
kde-apps/spectacle: Restrict unreliable tests
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/711664
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 8, 2020
1 parent 0d51da7 commit 4ac2453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kde-apps/spectacle/spectacle-19.12.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RDEPEND="${DEPEND}
kipi? ( >=kde-apps/kipi-plugins-${PVCUT}:5 )
"

RESTRICT+=" test" # bug #711664

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package kipi KF5Kipi)
Expand Down
2 changes: 2 additions & 0 deletions kde-apps/spectacle/spectacle-19.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RDEPEND="${DEPEND}
kipi? ( >=kde-apps/kipi-plugins-${PVCUT}:5 )
"

RESTRICT+=" test" # bug #711664

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package kipi KF5Kipi)
Expand Down

0 comments on commit 4ac2453

Please sign in to comment.