diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 14:50:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 14:50:13 +0100 |
commit | 5e388c6d781bfe82e3fb9f7c6d5aefa9ae13d933 (patch) | |
tree | 10bbf4096c56ce8bdea3dcb88fce3010545edcb9 /app-misc | |
parent | sys-kernel/gentoo-kernel-bin: amd64 stable wrt bug #734660 (diff) | |
download | gentoo-5e388c6d781bfe82e3fb9f7c6d5aefa9ae13d933.tar.gz gentoo-5e388c6d781bfe82e3fb9f7c6d5aefa9ae13d933.tar.bz2 gentoo-5e388c6d781bfe82e3fb9f7c6d5aefa9ae13d933.zip |
app-misc/pax-utils: use BDEPEND for pkg-config
While at it drop xz-utils depend as EAPI=7 guarantees .xz
archive handling.
Fixed-by: David Michael
Closes: https://bugs.gentoo.org/734998
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.2.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.2.6.ebuild b/app-misc/pax-utils/pax-utils-1.2.6.ebuild index 00767ccb7d09..c4762dabcb79 100644 --- a/app-misc/pax-utils/pax-utils-1.2.6.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.6.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit eutils python-single-r1 toolchain-funcs unpacker +inherit eutils python-single-r1 toolchain-funcs DESCRIPTION="ELF utils that can check files for security relevant properties" HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities" @@ -25,10 +25,11 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 ) ') ) seccomp? ( sys-libs/libseccomp )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" caps? ( virtual/pkgconfig ) seccomp? ( virtual/pkgconfig ) - app-arch/xz-utils" +" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" _emake() { |