diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:37:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:46 +0000 |
commit | 92e283dcf7d9bbbd54df3bc7c0a918aaad5b4056 (patch) | |
tree | f5545ef89295928f9ecddb4140dcc81cd018276b /sys-apps/busybox/busybox-9999.ebuild | |
parent | sci-libs/gsl: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-92e283dcf7d9bbbd54df3bc7c0a918aaad5b4056.tar.gz gentoo-92e283dcf7d9bbbd54df3bc7c0a918aaad5b4056.tar.bz2 gentoo-92e283dcf7d9bbbd54df3bc7c0a918aaad5b4056.zip |
sys-apps/busybox: 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 'sys-apps/busybox/busybox-9999.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index a82a8aa33318..7cc9e91d45be 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -28,6 +28,7 @@ RESTRICT="test" COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) ) pam? ( sys-libs/pam )" DEPEND="${COMMON_DEPEND} + virtual/pkgconfig static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) ) >=sys-kernel/linux-headers-2.6.39" RDEPEND="${COMMON_DEPEND} |