diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-27 23:12:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-27 23:12:24 +0200 |
commit | 9e9586cab769147604120ff43087cefce37d2b8c (patch) | |
tree | f290f0bd0e51b6bf391c683717b5829ac3ba52ce | |
parent | net-misc/sysrepo: Adjust upper libyang bound for 1.4.122 (diff) | |
download | gentoo-9e9586cab769147604120ff43087cefce37d2b8c.tar.gz gentoo-9e9586cab769147604120ff43087cefce37d2b8c.tar.bz2 gentoo-9e9586cab769147604120ff43087cefce37d2b8c.zip |
net-misc/netopeer2: Adjust upper bounds on sysrepo & co. for 1.1.70
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild (renamed from net-misc/netopeer2/netopeer2-1.1.70.ebuild) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/netopeer2/netopeer2-1.1.70.ebuild b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild index b456228f7e79..5d8fc5b128b1 100644 --- a/net-misc/netopeer2/netopeer2-1.1.70.ebuild +++ b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild @@ -17,9 +17,13 @@ RDEPEND=" dev-libs/openssl:= net-misc/curl:= >=net-misc/sysrepo-1.4.122:= + <net-misc/sysrepo-2.0.0:= >=net-libs/libnetconf2-1.1.43:= + <net-libs/libnetconf2-2.0.0:= net-libs/libssh:= - >=net-libs/libyang-1.0.225:=" + >=net-libs/libyang-1.0.225:= + <net-libs/libyang-2.0.0:= +" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" |