diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:35:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:40 +0000 |
commit | 1b4f49bfd0597771835404f3c608c70bfa3e2f7a (patch) | |
tree | 4fa0a5fee316fbd4ca7c497d33ff35edbf70e07e /net-misc | |
parent | net-misc/ipsorcery: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-1b4f49bfd0597771835404f3c608c70bfa3e2f7a.tar.gz gentoo-1b4f49bfd0597771835404f3c608c70bfa3e2f7a.tar.bz2 gentoo-1b4f49bfd0597771835404f3c608c70bfa3e2f7a.zip |
net-misc/olsrd: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/olsrd/olsrd-0.9.6.1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/olsrd/olsrd-0.9.8.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/olsrd/olsrd-0.9.6.1.ebuild b/net-misc/olsrd/olsrd-0.9.6.1.ebuild index 1379675e09a0..39becf0aefee 100644 --- a/net-misc/olsrd/olsrd-0.9.6.1.ebuild +++ b/net-misc/olsrd/olsrd-0.9.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="BSD LGPL-2.1" KEYWORDS="amd64 x86" IUSE="gtk pud" DEPEND=" + virtual/pkgconfig gtk? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 diff --git a/net-misc/olsrd/olsrd-0.9.8.ebuild b/net-misc/olsrd/olsrd-0.9.8.ebuild index c9d51ba3119a..8eaf17bbb898 100644 --- a/net-misc/olsrd/olsrd-0.9.8.ebuild +++ b/net-misc/olsrd/olsrd-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ LICENSE="BSD LGPL-2.1" KEYWORDS="~amd64 ~x86" IUSE="gtk pud" DEPEND=" + virtual/pkgconfig gtk? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 |