Skip to content

Commit

Permalink
net-libs/signond: RESTRICT="!test? ( test )"
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 8, 2019
1 parent 22169dc commit af33dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net-libs/signond/signond-8.60-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="doc test"

BDEPEND="doc? ( app-doc/doxygen )"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
Expand All @@ -25,7 +26,8 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
"
BDEPEND="doc? ( app-doc/doxygen )"

RESTRICT="!test? ( test )"

PATCHES=(
"${FILESDIR}/${P}-buildsystem.patch"
Expand Down

0 comments on commit af33dda

Please sign in to comment.