summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2020-07-30 16:04:08 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-07-30 16:04:59 +0200
commit6e5de898bf7d042cd5b4d9f4370c7d89ac2a5ced (patch)
tree88bfba9fc8be53f1bac111178f86c833385d329c
parentapp-dicts/sword-Robinson: bump to 2.1 (diff)
downloadgentoo-6e5de898.tar.gz
gentoo-6e5de898.tar.bz2
gentoo-6e5de898.zip
sys-libs/libcap-ng: Put python dep into BDEPEND
Closes: https://bugs.gentoo.org/734774 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild b/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild
index dda9a06b3dae..f19dc4e73c8d 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild
@@ -19,8 +19,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
- sys-kernel/linux-headers
- python? ( >=dev-lang/swig-2 )"
+ sys-kernel/linux-headers"
+BDEPEND="python? ( >=dev-lang/swig-2 )"
src_prepare() {
default