commit:     6bd3a7f974f49261e1f2bd675d17a05055c0b3a5
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 14:55:50 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 14:56:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd3a7f9

net-misc/quagga: add missing test dependency on dev-util/dejagnu

Reported-by: Rolf Eike Beer <gentoo-bug <AT> 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-misc/quagga/quagga-1.2.2.ebuild 
b/net-misc/quagga/quagga-1.2.2.ebuild
index 850189d108a..9832536b3f5 100644
--- a/net-misc/quagga/quagga-1.2.2.ebuild
+++ b/net-misc/quagga/quagga-1.2.2.ebuild
@@ -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"
 

Reply via email to