diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-03-09 14:02:37 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-03-09 14:03:26 +0300 |
commit | 13a33723626228677ade476fdd039830ebb78e59 (patch) | |
tree | ecd0248a7711aabc3784fc1c41d37da4298f8b17 /net-misc/quagga | |
parent | dev-util/pycharm-professional: Remove old version. (diff) | |
download | gentoo-13a33723626228677ade476fdd039830ebb78e59.tar.gz gentoo-13a33723626228677ade476fdd039830ebb78e59.tar.bz2 gentoo-13a33723626228677ade476fdd039830ebb78e59.zip |
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@sorah.jp>
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-misc/quagga')
-rw-r--r-- | net-misc/quagga/metadata.xml | 3 | ||||
-rw-r--r-- | net-misc/quagga/quagga-1.2.0-r1.ebuild (renamed from net-misc/quagga/quagga-1.2.0.ebuild) | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net-misc/quagga/metadata.xml b/net-misc/quagga/metadata.xml index 2d6b042da252..ec2a74e8dc3d 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 index 89d2095ccc72..3875ea7a9ce3 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) \ |