commit: bf4bf6924ad76093186441c976ad321a8097a5bb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 18:49:13 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:49:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4bf692
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 <AT> gentoo.org>
sys-devel/crossdev/crossdev-20191014.ebuild | 4 ++--
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 5925a249847..3928150c162 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 b36661fb51a..e79d217e31f 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
}