diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2019-10-09 16:13:35 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2019-10-09 16:15:47 +0300 |
commit | cd7bdd8a269e0a22dad2a80991a1f4752867fc9b (patch) | |
tree | 9ae9121a843633140bd2596aa07104ccb005f589 /net-dialup/accel-ppp/accel-ppp-9999.ebuild | |
parent | net-dialup/accel-ppp: drop old versions (diff) | |
download | gentoo-cd7bdd8a269e0a22dad2a80991a1f4752867fc9b.tar.gz gentoo-cd7bdd8a269e0a22dad2a80991a1f4752867fc9b.tar.bz2 gentoo-cd7bdd8a269e0a22dad2a80991a1f4752867fc9b.zip |
net-dialup/accel-ppp: version bump, update live ebuild
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'net-dialup/accel-ppp/accel-ppp-9999.ebuild')
-rw-r--r-- | net-dialup/accel-ppp/accel-ppp-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index ff874dac8811..a05fd2d9a09d 100644 --- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -EGIT_REPO_URI="git://git.code.sf.net/p/accel-ppp/code" +EGIT_REPO_URI="https://git.code.sf.net/p/accel-ppp/code" inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" @@ -19,7 +19,7 @@ RDEPEND="lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-analyzer/net-snmp ) dev-libs/libpcre - dev-libs/openssl:0" + dev-libs/openssl:0=" DEPEND="${RDEPEND} valgrind? ( dev-util/valgrind )" PDEPEND="net-dialup/ppp-scripts" |