summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-11-10 18:49:13 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-11-10 18:49:22 +0000
commitbf4bf6924ad76093186441c976ad321a8097a5bb (patch)
tree4af491e4de0654619aed84715b381de7cb06714e /sys-devel
parentsys-devel/crossdev: drop old (diff)
downloadgentoo-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')
-rw-r--r--sys-devel/crossdev/crossdev-20191014.ebuild4
-rw-r--r--sys-devel/crossdev/crossdev-99999999.ebuild4
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
}