Skip to content

Commit

Permalink
net-misc/sipsak: Add missing test dep
Browse files Browse the repository at this point in the history
Closes: #18865
Closes: https://bugs.gentoo.org/762274
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
  • Loading branch information
jsmolic authored and SoapGentoo committed Dec 29, 2020
1 parent 155cb06 commit be84e8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion net-misc/sipsak/sipsak-0.9.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ SRC_URI="https://github.com/nils-ohlmeier/sipsak/releases/download/${PV}/${P}.ta
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
net-dns/c-ares
net-libs/gnutls:="
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
test? ( dev-libs/check )"

src_configure() {
append-cflags -std=gnu89 -fcommon
Expand Down

0 comments on commit be84e8f

Please sign in to comment.