From: Sergei Trofimovich Date: Sun, 10 Nov 2019 18:49:13 +0000 (+0000) Subject: sys-devel/crossdev: drop block on sys-devel/crossdev-wrappers X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf4bf6924ad76093186441c976ad321a8097a5bb;p=gentoo.git sys-devel/crossdev: drop block on sys-devel/crossdev-wrappers Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich --- diff --git a/sys-devel/crossdev/crossdev-20191014.ebuild b/sys-devel/crossdev/crossdev-20191014.ebuild index 5925a2498470..3928150c1624 100644 --- a/sys-devel/crossdev/crossdev-20191014.ebuild +++ b/sys-devel/crossdev/crossdev-20191014.ebuild @@ -24,13 +24,13 @@ RDEPEND=" >=app-portage/portage-utils-0.55 app-shells/bash sys-apps/gentoo-functions - !sys-devel/crossdev-wrappers" +" DEPEND="app-arch/xz-utils" src_install() { default if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die + sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die fi } diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index b36661fb51ad..e79d217e31f9 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -24,13 +24,13 @@ RDEPEND=" >=app-portage/portage-utils-0.55 app-shells/bash sys-apps/gentoo-functions - !sys-devel/crossdev-wrappers" +" DEPEND="app-arch/xz-utils" src_install() { default if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die + sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die fi }