diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 18:49:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 18:49:22 +0000 |
commit | bf4bf6924ad76093186441c976ad321a8097a5bb (patch) | |
tree | 4af491e4de0654619aed84715b381de7cb06714e /sys-devel/crossdev | |
parent | sys-devel/crossdev: drop old (diff) | |
download | gentoo-bf4bf6924ad76093186441c976ad321a8097a5bb.tar.gz gentoo-bf4bf6924ad76093186441c976ad321a8097a5bb.tar.bz2 gentoo-bf4bf6924ad76093186441c976ad321a8097a5bb.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-20191014.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 } |