X-Git-Url: https://git.bzium.org/embe/overlay.git/blobdiff_plain/0c4511a9f7b052fa83fd4ceac6c71c421e4ecb3d..0ca5eece002a1222dc541f2e6dc053396f343b87:/app-portage/eix/eix-9999.ebuild 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)