From 15cf9f985583322c7eb4ecd41208d6e4e2f8dff3 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 11 Feb 2017 16:23:22 -0800 Subject: [PATCH] remove workaround, upstream is fixed --- emacs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/emacs b/emacs index 9366f41..abab865 100755 --- a/emacs +++ b/emacs @@ -38,14 +38,7 @@ e() { echo "$*"; "$@"; } export CFLAGS="-Og -g3" # gawk and attr were no longer automatically installed in stretch -extras= -if isdebian-testing; then - # while this bug exists - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853970 - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852611 - extras=texlive-base/unstable -fi -logq pi texlive hunspell git gawk attr $extras +logq pi texlive hunspell git gawk attr case $(distro-name) in fedora ) # before i learned the builddep command, i identified these -- 2.30.2