commit: 13a33723626228677ade476fdd039830ebb78e59
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 11:02:37 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 11:03:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a33723
net-misc/quagga: revision bump
Build nhrpd conditionally, add missing dependency on net-dns/c-ares.
Drop old revision.
Gentoo-Bug: 611828
Reported-by: Sorah Fukumori <her <AT> sorah.jp>
Package-Manager: portage-2.3.3
net-misc/quagga/metadata.xml | 3 +++
net-misc/quagga/{quagga-1.2.0.ebuild => quagga-1.2.0-r1.ebuild} | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/net-misc/quagga/metadata.xml b/net-misc/quagga/metadata.xml
index 2d6b042da25..ec2a74e8dc3 100644
--- a/net-misc/quagga/metadata.xml
+++ b/net-misc/quagga/metadata.xml
@@ -28,6 +28,9 @@
<flag name="multipath">
Enable multipath routes support for any number of routes
</flag>
+ <flag name="nhrpd">
+ Build Next Hop Resolution Protocol daemon
+ </flag>
<flag name="ospfapi">
Enable OSPFAPI support for client applications
accessing the OSPF link state database
</flag>
diff --git a/net-misc/quagga/quagga-1.2.0.ebuild
b/net-misc/quagga/quagga-1.2.0-r1.ebuild
similarity index 95%
rename from net-misc/quagga/quagga-1.2.0.ebuild
rename to net-misc/quagga/quagga-1.2.0-r1.ebuild
index 89d2095ccc7..3875ea7a9ce 100644
--- a/net-misc/quagga/quagga-1.2.0.ebuild
+++ b/net-misc/quagga/quagga-1.2.0-r1.ebuild
@@ -16,10 +16,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
-IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath ospfapi pam
protobuf +readline snmp tcp-zebra"
+IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam
protobuf +readline snmp tcp-zebra"
COMMON_DEPEND="
caps? ( sys-libs/libcap )
+ nhrpd? ( net-dns/c-ares:0= )
protobuf? ( dev-libs/protobuf-c:0= )
readline? (
sys-libs/readline:0=
@@ -91,6 +92,7 @@ src_configure() {
$(usex ospfapi '--enable-opaque-lsa --enable-ospf-te
--enable-ospfclient' '' '' '') \
$(use_enable readline vtysh) \
$(use_with pam libpam) \
+ $(use_enable nhrpd) \
$(use_enable protobuf) \
$(use_enable ipv6 ripngd) \
$(use_enable ipv6 ospf6d) \