From: MichaƂ Bartoszkiewicz Date: Sun, 6 Aug 2017 18:26:23 +0000 (+0200) Subject: Aktualizacja app-portage/eix X-Git-Url: https://git.bzium.org/embe/overlay.git/commitdiff_plain/0ca5eece002a1222dc541f2e6dc053396f343b87 Aktualizacja app-portage/eix --- 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)