From 62e437556b54d776a1949857b24209da2d6890ed Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Dec 2016 14:50:01 +0000 Subject: [PATCH] main/ppp: fix circular dep of ppp-chat --- main/ppp/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD index a6925ab78e..ddeb16e906 100644 --- a/main/ppp/APKBUILD +++ b/main/ppp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=ppp pkgver=2.4.7 -pkgrel=4 +pkgrel=5 pkgdesc="A daemon which implements the PPP protocol for dial-up networking" url="http://www.samba.org/ppp/" arch="all" @@ -127,6 +127,7 @@ passwordfd() { chat() { pkgdesc="a program for automatic ppp session establishment" + depends= _mv usr/sbin/chat 755 } -- GitLab