aboutsummaryrefslogtreecommitdiffstats
path: root/community/emacs
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-07-08 16:30:22 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-10 09:04:20 +0000
commitd1bbf07a534c7cd70cb28c748dad9a9e768f403b (patch)
tree72118c65ac7565670d0b720adfb260366f45d981 /community/emacs
parentab744645dd6495c41364ede3712737ddc11a01cd (diff)
downloadaports-d1bbf07a534c7cd70cb28c748dad9a9e768f403b.tar.bz2
aports-d1bbf07a534c7cd70cb28c748dad9a9e768f403b.tar.xz
community/[various]: fix trailing whitespace
Diffstat (limited to 'community/emacs')
-rw-r--r--community/emacs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD
index a8199e7597..abf623ceb3 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -53,7 +53,7 @@ _build_x11() {
--without-dbus \
--with-xft \
--with-jpeg=yes \
- --with-tiff=yes
+ --with-tiff=yes
}
_build_gtk2() {
@@ -61,14 +61,14 @@ _build_gtk2() {
--with-x-toolkit=gtk2 \
--with-xft \
--with-jpeg=yes \
- --with-tiff=no
+ --with-tiff=no
}
_build_nox() {
_build_variant nox \
--without-sound \
--without-x \
- --without-file-notification
+ --without-file-notification
}
build() {