Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Sat, 20 Feb 2016 14:55:14
Message-Id: 1455980108.6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6.mgorny@gentoo
1 commit: 6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 14:51:21 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 14:55:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afaf54b
7
8 sys-devel/crossdev: Move gentoo-functions to RDEP, reported by slyfox
9
10 sys-devel/crossdev/crossdev-20151026-r1.ebuild | 4 ++--
11 sys-devel/crossdev/crossdev-99999999.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/sys-devel/crossdev/crossdev-20151026-r1.ebuild b/sys-devel/crossdev/crossdev-20151026-r1.ebuild
15 index eb84933..d9e3862 100644
16 --- a/sys-devel/crossdev/crossdev-20151026-r1.ebuild
17 +++ b/sys-devel/crossdev/crossdev-20151026-r1.ebuild
18 @@ -26,9 +26,9 @@ IUSE=""
19 RDEPEND=">=sys-apps/portage-2.1
20 >=app-portage/portage-utils-0.55
21 app-shells/bash
22 + sys-apps/gentoo-functions
23 !sys-devel/crossdev-wrappers"
24 -DEPEND="app-arch/xz-utils
25 - sys-apps/gentoo-functions"
26 +DEPEND="app-arch/xz-utils"
27
28 src_prepare() {
29 epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch
30
31 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild
32 index eb84933..d9e3862 100644
33 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
34 +++ b/sys-devel/crossdev/crossdev-99999999.ebuild
35 @@ -26,9 +26,9 @@ IUSE=""
36 RDEPEND=">=sys-apps/portage-2.1
37 >=app-portage/portage-utils-0.55
38 app-shells/bash
39 + sys-apps/gentoo-functions
40 !sys-devel/crossdev-wrappers"
41 -DEPEND="app-arch/xz-utils
42 - sys-apps/gentoo-functions"
43 +DEPEND="app-arch/xz-utils"
44
45 src_prepare() {
46 epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch