www-client/elinks: update live ebuild.
authorFelix Janda <felix.janda@posteo.de>
Thu, 25 Jan 2018 21:12:02 +0000 (16:12 -0500)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 18 Feb 2018 17:25:47 +0000 (18:25 +0100)
switch to the fork of the de-facto maintainer

www-client/elinks/elinks-9999.ebuild

index 51db03c5551b77083ad7b456074e1eadf99dcc87..871ec4ab5abbe7b783d13eecf263c6bfe79cc4f9 100644 (file)
@@ -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