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/gcc-config/
Date: Thu, 28 Jan 2016 15:24:20
Message-Id: 1453994517.f3098c690f4f584d8c28047f00c749c33e33584f.mgorny@gentoo
1 commit: f3098c690f4f584d8c28047f00c749c33e33584f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 15:18:50 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 15:21:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3098c69
7
8 sys-devel/gcc-config: Add appropriate gentoo-functions dep
9
10 sys-devel/gcc-config/gcc-config-1.8-r1.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
14 index 124f1e5..7416e6a 100644
15 --- a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
16 +++ b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
17 @@ -16,6 +16,8 @@ SLOT="0"
18 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
19 IUSE=""
20
21 +RDEPEND=">=sys-apps/gentoo-functions-0.10"
22 +
23 src_prepare() {
24 epatch "${FILESDIR}/${PN}-1.8-dont_source_functions_sh_from_etc_initd.patch" # 504118
25 }