net-misc/quagga: add missing test dependency on dev-util/dejagnu
authorSergey Popov <pinkbyte@gentoo.org>
Tue, 9 Jan 2018 14:55:50 +0000 (17:55 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Tue, 9 Jan 2018 14:56:16 +0000 (17:56 +0300)
Reported-by: Rolf Eike Beer <gentoo-bug@opensource.sf-tec.de>
Closes: https://bugs.gentoo.org/639790

Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-misc/quagga/quagga-1.2.2.ebuild

index 850189d108a9c362171384b47489d8dd8aa0f860..9832536b3f54157e8a9fdc3ee05f98b9def54cbe 100644 (file)
@@ -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
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm hppa ~ppc ~s390 ~sparc x86"
 
-IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam protobuf +readline snmp tcp-zebra"
+IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam protobuf +readline snmp tcp-zebra test"
 
 COMMON_DEPEND="
        caps? ( sys-libs/libcap )
@@ -30,7 +30,8 @@ COMMON_DEPEND="
        !elibc_glibc? ( dev-libs/libpcre )"
 DEPEND="${COMMON_DEPEND}
        sys-apps/gawk
-       sys-devel/libtool:2"
+       sys-devel/libtool:2
+       test? ( dev-util/dejagnu )"
 RDEPEND="${COMMON_DEPEND}
        sys-apps/iproute2"