From bf4bf6924ad76093186441c976ad321a8097a5bb Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 10 Nov 2019 18:49:13 +0000 Subject: 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 --- sys-devel/crossdev/crossdev-20191014.ebuild | 4 ++-- sys-devel/crossdev/crossdev-99999999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-devel') 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 } -- cgit v1.2.3-65-gdbad