summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-25 18:56:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-25 18:56:06 +0100
commitbdb2df13bb87756b6a5955b0238ab0edfaf07d6e (patch)
treebb40ff4a16a55cb14ef28bdb8e25b9aea95edd93
parent634ec5138cff35705ba8694e2daf15de86b3e516 (diff)
downloadpackages-bdb2df13bb87756b6a5955b0238ab0edfaf07d6e.tar.xz
core/gettext: removed ignoring of emacs
-rw-r--r--core/gettext/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
deleted file mode 100644
index 46d74ef3..00000000
--- a/core/gettext/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# temporary to emacs (due to icu problems)
-makedepends=(${makedepends[@]//emacs/})
-
-eval "$(
- declare -f build | \
- sed '
- s|./configure|./configure --without-emacs|
- '
-)"