diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:26:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:51 +0100 |
commit | cada970e3658e105a3e1ae5ed1a3ec80986fe82c (patch) | |
tree | cb6a945918e5e1e1e8b7313fa792925b02ada6be /sys-libs | |
parent | sys-kernel/mips-sources: eutils->epatch (diff) | |
download | gentoo-cada970e3658e105a3e1ae5ed1a3ec80986fe82c.tar.gz gentoo-cada970e3658e105a3e1ae5ed1a3ec80986fe82c.tar.bz2 gentoo-cada970e3658e105a3e1ae5ed1a3ec80986fe82c.zip |
sys-libs/libhx: use BDEPEND for app-arch/xz-utils
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libhx/libhx-3.24-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/libhx/libhx-3.25.ebuild | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys-libs/libhx/libhx-3.24-r1.ebuild b/sys-libs/libhx/libhx-3.24-r1.ebuild index e2938546ea0b..0a6b6a1a4974 100644 --- a/sys-libs/libhx/libhx-3.24-r1.ebuild +++ b/sys-libs/libhx/libhx-3.24-r1.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 EAPI=7 @@ -14,8 +14,7 @@ SLOT="0/28" KEYWORDS="amd64 ppc x86" IUSE="doc" -DEPEND="app-arch/xz-utils" -RDEPEND="" +BDEPEND="app-arch/xz-utils" S="${WORKDIR}/libHX-${PV}" diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild index 76c65740ee5a..398b3d8c5869 100644 --- a/sys-libs/libhx/libhx-3.25.ebuild +++ b/sys-libs/libhx/libhx-3.25.ebuild @@ -14,8 +14,7 @@ SLOT="0/32" # soname version KEYWORDS="amd64 ppc x86" IUSE="doc" -DEPEND="app-arch/xz-utils" -RDEPEND="" +BDEPEND="app-arch/xz-utils" S="${WORKDIR}/libHX-${PV}" |