summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-20 06:52:39 +0000
committerSam James <sam@gentoo.org>2021-11-20 06:52:55 +0000
commit73fa675629b4649d694a167b0df8ce3e2f2cce6e (patch)
tree1773e1a8eab52a33bcb59568492a9a517ba75cdd /dev-util/byacc
parentdev-python/pytables: drop unused flag-o-matic (diff)
downloadgentoo-73fa675629b4649d694a167b0df8ce3e2f2cce6e.tar.gz
gentoo-73fa675629b4649d694a167b0df8ce3e2f2cce6e.tar.bz2
gentoo-73fa675629b4649d694a167b0df8ce3e2f2cce6e.zip
dev-util/byacc: update SRC_URI (use upstream FTP)
Hopefully this is the end of it. Fetched directly, I get the same checksum as the one we originally added. Closes: https://bugs.gentoo.org/825090 Closes: https://bugs.gentoo.org/820167 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/byacc')
-rw-r--r--dev-util/byacc/byacc-20210808.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/byacc/byacc-20210808.ebuild b/dev-util/byacc/byacc-20210808.ebuild
index 8e8235de9158..c93cc5d0ae98 100644
--- a/dev-util/byacc/byacc-20210808.ebuild
+++ b/dev-util/byacc/byacc-20210808.ebuild
@@ -5,7 +5,9 @@ EAPI=7
DESCRIPTION="The best variant of the Yacc parser generator"
HOMEPAGE="https://invisible-island.net/byacc/byacc.html"
-SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz"
+SRC_URI="ftp://ftp.invisible-island.net/byacc/${P}.tgz"
+# Seems to be unreliable (unstable tarballs): bug #820167.
+#SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz"
LICENSE="public-domain"
SLOT="0"