commit:     85ad34bb5c2bab0c7d3d25d011fceba61b33e6c2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 23:43:34 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 23:43:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad34bb

app-arch/lha: QA warnings are now gone for good.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-arch/lha/lha-114i-r8.ebuild | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/app-arch/lha/lha-114i-r8.ebuild b/app-arch/lha/lha-114i-r8.ebuild
index 46a631b..301e798 100644
--- a/app-arch/lha/lha-114i-r8.ebuild
+++ b/app-arch/lha/lha-114i-r8.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-#Id$
+# $Id$
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -23,31 +23,31 @@ PATCHES=(
 )
 
 src_prepare() {
-               epatch "${PATCHES[@]}"
+       epatch "${PATCHES[@]}"
 
-        sed -e '/^AM_C_PROTOTYPES/d' \
-                -e 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
-                -i configure.ac || die #423125, 467544
+       sed -e '/^AM_C_PROTOTYPES/d' \
+               -e 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+               -i configure.ac || die #423125, 467544
 
-        eautoreconf
+       eautoreconf
 }
 
 src_configure() {
-        append-cppflags -DPROTOTYPES #423125
+       append-cppflags -DPROTOTYPES #423125
 
-        if [[ ${CHOST} == *-interix* ]]; then
-                export ac_cv_header_inttypes_h=no
-                export ac_cv_func_iconv=no
-        fi
+       if [[ ${CHOST} == *-interix* ]]; then
+               export ac_cv_header_inttypes_h=no
+               export ac_cv_func_iconv=no
+       fi
 
-        econf
+       econf
 }
 
 src_install() {
-        emake \
-                DESTDIR="${D}" \
-                mandir="${EPREFIX}"/usr/share/man/ja \
-                install
+       emake \
+               DESTDIR="${D}" \
+               mandir="${EPREFIX}"/usr/share/man/ja \
+               install
 
-        dodoc ChangeLog Hacking_of_LHa
+       dodoc ChangeLog Hacking_of_LHa
 }

Reply via email to