Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/quagga/
Date: Tue, 09 Jan 2018 14:57:25
Message-Id: 1515509776.6bd3a7f974f49261e1f2bd675d17a05055c0b3a5.pinkbyte@gentoo
1 commit: 6bd3a7f974f49261e1f2bd675d17a05055c0b3a5
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 14:55:50 2018 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 14:56:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd3a7f9
7
8 net-misc/quagga: add missing test dependency on dev-util/dejagnu
9
10 Reported-by: Rolf Eike Beer <gentoo-bug <AT> opensource.sf-tec.de>
11 Closes: https://bugs.gentoo.org/639790
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 net-misc/quagga/quagga-1.2.2.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/net-misc/quagga/quagga-1.2.2.ebuild b/net-misc/quagga/quagga-1.2.2.ebuild
19 index 850189d108a..9832536b3f5 100644
20 --- a/net-misc/quagga/quagga-1.2.2.ebuild
21 +++ b/net-misc/quagga/quagga-1.2.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -16,7 +16,7 @@ LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm hppa ~ppc ~s390 ~sparc x86"
31
32 -IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam protobuf +readline snmp tcp-zebra"
33 +IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam protobuf +readline snmp tcp-zebra test"
34
35 COMMON_DEPEND="
36 caps? ( sys-libs/libcap )
37 @@ -30,7 +30,8 @@ COMMON_DEPEND="
38 !elibc_glibc? ( dev-libs/libpcre )"
39 DEPEND="${COMMON_DEPEND}
40 sys-apps/gawk
41 - sys-devel/libtool:2"
42 + sys-devel/libtool:2
43 + test? ( dev-util/dejagnu )"
44 RDEPEND="${COMMON_DEPEND}
45 sys-apps/iproute2"