From 0ca5eece002a1222dc541f2e6dc053396f343b87 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= <mbartoszkiewicz@gmail.com>
Date: Sun, 6 Aug 2017 20:26:23 +0200
Subject: [PATCH 1/1] Aktualizacja app-portage/eix

---
 app-portage/eix/eix-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-portage/eix/eix-9999.ebuild b/app-portage/eix/eix-9999.ebuild
index 55186a3..78718c9 100644
--- a/app-portage/eix/eix-9999.ebuild
+++ b/app-portage/eix/eix-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/vaeth/eix/"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug doc nls sqlite"
+IUSE="doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )
 	sqlite? ( >=dev-db/sqlite-3:= )"
@@ -41,7 +41,7 @@ src_prepare() {
 
 	sed -e "/eixf_source=/s:push.sh:cat \"${EROOT}usr/share/push/push.sh\":" \
 		-e "/eixf_source=/s:quoter_pipe.sh:cat \"${EROOT}usr/share/quoter/quoter_pipe.sh\":" \
-		-i src/eix-functions.sh.in || die
+		-i src/eix-functions.sh.sh.in || die
 	sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions.sh\\\\\":" \
 		-i src/Makefile.am || die
 	eautoreconf
@@ -49,7 +49,6 @@ src_prepare() {
 
 src_configure() {
 	local myconf=(
-		$(use_enable debug paranoicasserts)
 		$(use_enable nls)
 		$(use_with doc extra-doc)
 		$(use_with sqlite)
-- 
2.49.0