diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:26:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:45 +0100 |
commit | f5e15c5b0aad3c29720e66f7c85e1dd8ab5d6208 (patch) | |
tree | 3464a6a4db9d86b2cfc91769714e678dd5197f1a /sys-devel/crossdev | |
parent | sys-devel/bin86: eutils->epatch (diff) | |
download | gentoo-f5e15c5b0aad3c29720e66f7c85e1dd8ab5d6208.tar.gz gentoo-f5e15c5b0aad3c29720e66f7c85e1dd8ab5d6208.tar.bz2 gentoo-f5e15c5b0aad3c29720e66f7c85e1dd8ab5d6208.zip |
sys-devel/crossdev: 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-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-20201129.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-99999999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys-devel/crossdev/crossdev-20201129.ebuild b/sys-devel/crossdev/crossdev-20201129.ebuild index 19acd6a295a1..710a287c866c 100644 --- a/sys-devel/crossdev/crossdev-20201129.ebuild +++ b/sys-devel/crossdev/crossdev-20201129.ebuild @@ -17,7 +17,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev" LICENSE="GPL-2" SLOT="0" -IUSE="" RDEPEND=" >=sys-apps/portage-2.1 @@ -25,7 +24,7 @@ RDEPEND=" app-shells/bash sys-apps/gentoo-functions " -DEPEND="app-arch/xz-utils" +BDEPEND="app-arch/xz-utils" src_install() { default diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index c2897f179723..e04a77bf18a1 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.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 @@ -17,7 +17,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev" LICENSE="GPL-2" SLOT="0" -IUSE="" RDEPEND=" >=sys-apps/portage-2.1 @@ -25,7 +24,7 @@ RDEPEND=" app-shells/bash sys-apps/gentoo-functions " -DEPEND="app-arch/xz-utils" +BDEPEND="app-arch/xz-utils" src_install() { default |