From 75103dafdf6dc8cddbb570f8c3bbbc5dd531073a Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@rogentos.ro>
Date: Thu, 11 Jun 2015 20:21:32 +0100
Subject: upstream fixed building with gcc 4.8, so no longer need to patch
 debug window out

---
 app-admin/calamares/calamares-999.ebuild | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild
index 6cf48d0e..5deea8b6 100644
--- a/app-admin/calamares/calamares-999.ebuild
+++ b/app-admin/calamares/calamares-999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_3 )
 inherit eutils cmake-utils python-r1 git-2
 
 EGIT_BRANCH="master"
-EGIT_COMMIT="01cf42c2f9112687bc3928eeabbb426e7de84877"
+EGIT_COMMIT="9e59374bfe0a088c47433bbf209810f89065601b"
 EGIT_REPO_URI="https://github.com/Rogentos/calamares.git"
 
 DESCRIPTION="Distribution-independent installer framework"
@@ -48,19 +48,6 @@ DEPEND="dev-vcs/git
 RDEPEND=">=app-misc/calamares-runtime-2.0[branding]"
 
 src_prepare() {
-	# by default, python support is optional and calamares builds fine if is not found
-	# on gentoo finding python && boost libs is sometimes problematic, and we really really
-	# want python support in our package
-	# this patch helps calamares to find python && boost libs and force-enables python
-	#
-	# epatch "${FILESDIR}/${PN}-find-gentoo-python3-boost-libs.patch"
-	#
-	# no longer needed, but keep it around, just in case
-	# default interpretor must be set to python3.3 for calamares to find required libs
-
-	# debug window causes a build failure with GCC 4.8.4 so disable it
-	epatch "${FILESDIR}/${PN}-disable-debug-window.patch"
-
 	# configure calamares with Kogaion specific paths, binary names && system defaults
 	epatch "${FILESDIR}/${PN}-kogaion-system-defaults.patch"
 
-- 
cgit v1.2.3