summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-12-29 14:21:15 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-29 14:21:15 +0100
commitbe84e8fab5f6e3eb579c5bbe2144c7b76125abc6 (patch)
treef99b4526f278484ed4852efbd608805ae7aaf467 /net-misc/sipsak
parentdev-python/pydotplus: Fix test phase and add py3.9 (diff)
downloadgentoo-be84e8fab5f6e3eb579c5bbe2144c7b76125abc6.tar.gz
gentoo-be84e8fab5f6e3eb579c5bbe2144c7b76125abc6.tar.bz2
gentoo-be84e8fab5f6e3eb579c5bbe2144c7b76125abc6.zip
net-misc/sipsak: Add missing test dep
Closes: https://github.com/gentoo/gentoo/pull/18865 Closes: https://bugs.gentoo.org/762274 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/sipsak')
-rw-r--r--net-misc/sipsak/sipsak-0.9.8.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/sipsak/sipsak-0.9.8.ebuild b/net-misc/sipsak/sipsak-0.9.8.ebuild
index c16b38b851c7..765b6a9ffd0d 100644
--- a/net-misc/sipsak/sipsak-0.9.8.ebuild
+++ b/net-misc/sipsak/sipsak-0.9.8.ebuild
@@ -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