commit: 81c43a851f8b951035790aaf5e2e6c403b0bb204 Author: Felix Janda <felix.janda <AT> posteo <DOT> de> AuthorDate: Thu Jan 25 21:12:02 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 17:25:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c43a85
www-client/elinks: update live ebuild. switch to the fork of the de-facto maintainer www-client/elinks/elinks-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 51db03c5551..871ec4ab5ab 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" inherit autotools git-r3 python-any-r1 -EGIT_REPO_URI="git://repo.or.cz/elinks.git" +EGIT_REPO_URI="https://github.com/rkd77/felinks" MY_P="${P/_/}" DESCRIPTION="Advanced and well-established text-mode web browser" @@ -53,12 +53,6 @@ src_unpack() { src_prepare() { default - # Regenerate acinclude.m4 - based on autogen.sh. - cat > acinclude.m4 <<- _EOF || die - dnl Automatically generated from config/m4/ files. - dnl Do not modify! - _EOF - cat config/m4/*.m4 >> acinclude.m4 || die sed -i -e 's/-Werror//' configure* || die eautoreconf
