diff options
-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 |