From e3a0d23f4ad40c56ab64367c541a368ce145c3ae Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 10 Oct 2015 18:09:28 +0200 Subject: dev-python/enable: Add support for gcc-5 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561836 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/enable/enable-4.5.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-python/enable/enable-4.5.1.ebuild') diff --git a/dev-python/enable/enable-4.5.1.ebuild b/dev-python/enable/enable-4.5.1.ebuild index 31a0a802c754..300c03c337aa 100644 --- a/dev-python/enable/enable-4.5.1.ebuild +++ b/dev-python/enable/enable-4.5.1.ebuild @@ -41,7 +41,10 @@ DEPEND="${RDEPEND} DISTUTILS_IN_SOURCE_BUILD=1 -PATCHES=( "${FILESDIR}"/${PN}-4.4.1-swig.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-4.4.1-swig.patch + "${FILESDIR}"/${P}-gcc-5.patch + ) python_prepare_all() { append-cflags -fno-strict-aliasing -- cgit v1.2.3-65-gdbad