summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-28 16:18:50 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-28 16:21:57 +0100
commitf3098c690f4f584d8c28047f00c749c33e33584f (patch)
treefcf8dfcafc40b5f6f386a4ea06a132595727ad1f /sys-devel/gcc-config
parentgames-strategy/freeciv: version bump (bug #573096) (diff)
downloadgentoo-f3098c690f4f584d8c28047f00c749c33e33584f.tar.gz
gentoo-f3098c690f4f584d8c28047f00c749c33e33584f.tar.bz2
gentoo-f3098c690f4f584d8c28047f00c749c33e33584f.zip
sys-devel/gcc-config: Add appropriate gentoo-functions dep
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r--sys-devel/gcc-config/gcc-config-1.8-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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 124f1e57c93d..7416e6aaa76d 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
}