X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id EA6AFDC108E for ; Wed, 30 Dec 2015 07:25:27 +0000 (UTC) Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id AFE50DC0201 for ; Wed, 30 Dec 2015 07:25:27 +0000 (UTC) Received: by mail-qg0-f54.google.com with SMTP id 6so101187298qgy.1 for ; Tue, 29 Dec 2015 23:25:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=GdIfVTi9cY9xu655A9l7v71XJZNvDBTP/vnzbd9N9/c=; b=LqcIH+pwoP07P0lvOXu+Yi7avPt2wdQPLVVA1nmwNSHyjS4hYDuwRROHdgeRYUH+/C hWHPDB0lYonN7hTaY2E1PNYUn8qg4Okvp/sRxi/KLDhjjbFoxwk+RnBWAhBEOZmVfMWH iOOaNE5lAWEBxXc5YgXEocE3SIQ7JLITmNSQSTTPdo0B6rB+jN+AieqYCmsbEvvUWJVV nz0yUXz7v2X23qroBMA99Jw5hzNJbGW9vPpD4/SCOcThmBkDgxFfxHyMLkMSW91DN+KE mL1G6c4JAUcWS46EdxA9TCwl5FCpppdaVYUK6+4H+vpYGs6twumM/aB1O3myLU69qK6O DCYw== X-Received: by 10.140.36.232 with SMTP id p95mr83653720qgp.55.1451460326013; Tue, 29 Dec 2015 23:25:26 -0800 (PST) Received: from hoshizora.gateway.pace.com ([32.214.179.148]) by smtp.gmail.com with ESMTPSA id 45sm30646331qgg.17.2015.12.29.23.25.25 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Dec 2015 23:25:25 -0800 (PST) From: Muh Muhten To: alpine-aports@lists.alpinelinux.org Cc: Muh Muhten Subject: [alpine-aports] [PATCH] main/freeswitch: remove options=!configsub Date: Wed, 30 Dec 2015 02:25:19 -0500 Message-Id: <1451460319-75139-1-git-send-email-muh.muhten@gmail.com> X-Mailer: git-send-email 2.5.4 (Apple Git-61) X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: options=!configsub does nothing as of abuild cbee419, superseded by update_config_sub. No functional changes. --- main/freeswitch/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index e3037b5..c296390 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -10,7 +10,6 @@ arch="all" license="GPL" depends="" pkgusers="freeswitch" -options="!configsub" pkggroups="freeswitch" makedepends=" bash -- 2.5.4 (Apple Git-61) --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---