]> git.bzium.org - embe/overlay.git/commitdiff
Aktualizacja app-portage/eix
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 6 Aug 2017 18:26:23 +0000 (20:26 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 6 Aug 2017 18:26:23 +0000 (20:26 +0200)
app-portage/eix/eix-9999.ebuild

index 55186a34c31d79cc9731fcd93aaee7af58994418..78718c90d7363a48541518042ddd6081df4efa84 100644 (file)
@@ -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)