commit:     8b780b47955589bdaaa194279d01b4b6ddbd2222
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 21:34:28 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 21:35:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b780b47

net-libs/gnutls: remove makeinfo hack

 net-libs/gnutls/gnutls-3.5.9.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild 
b/net-libs/gnutls/gnutls-3.5.9.ebuild
index 189147b35d..e1a6242e2f 100644
--- a/net-libs/gnutls/gnutls-3.5.9.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.9.ebuild
@@ -48,10 +48,7 @@ DEPEND="${RDEPEND}
        >=sys-devel/automake-1.11.6
        >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
        sys-devel/gcc[cxx?]
-       doc? (
-               sys-apps/texinfo
-               dev-util/gtk-doc
-       )
+       doc? ( dev-util/gtk-doc )
        nls? ( sys-devel/gettext )
        test? ( app-misc/datefudge )"
 
@@ -84,13 +81,6 @@ src_prepare() {
                rm src/$(basename ${file} .c).{c,h} || die
        done
 
-       # force regeneration of makeinfo files
-       # have no idea why on some system these files are not
-       # accepted as-is, see bug#520818
-       for file in $(grep -l "produced by makeinfo" doc/*.info) ; do
-               rm "${file}" || die
-       done
-
        eautoreconf
 
        # Use sane .so versioning on FreeBSD.

Reply via email to