diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-11-15 21:30:01 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-11-15 21:36:12 -0800 |
commit | 596dac7c061942cd7a73dc8ffd6c49b9595688dc (patch) | |
tree | 5839fdf5848ec1452829fa1aeb969095a7dfa25d /sys-libs | |
parent | profiles/package.mask: fix www-apps/webmcp typo (diff) | |
download | gentoo-596dac7c061942cd7a73dc8ffd6c49b9595688dc.tar.gz gentoo-596dac7c061942cd7a73dc8ffd6c49b9595688dc.tar.bz2 gentoo-596dac7c061942cd7a73dc8ffd6c49b9595688dc.zip |
sys-libs/libsemanage: Update BDEPEND
The EAPI 7 bump with version 3.1 did not define BDEPEND, so CBUILD tools
were left in DEPEND. This moves pkgconfig, bison, flex, and swig to
BDEPEND since they must be executed natively and should not be
cross-compiled.
Also drops ustr dep which was removed in commit
https://github.com/SELinuxProject/selinux/commit/300b8ad4235688171f2a91e7aeb14d0ee3561c13
Closes: https://bugs.gentoo.org/753254
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.1-r1.ebuild (renamed from sys-libs/libsemanage/libsemanage-3.1.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/libsemanage/libsemanage-3.1.ebuild b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild index f41d7dffde0a..a1f7982ff44f 100644 --- a/sys-libs/libsemanage/libsemanage-3.1.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild @@ -33,10 +33,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] - >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - >=dev-lang/swig-2.0.4-r1 +DEPEND="${RDEPEND}" +BDEPEND=">=dev-lang/swig-2.0.4-r1 sys-devel/bison sys-devel/flex virtual/pkgconfig" |