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