summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2017-05-17 16:00:26 +0300
committerSergey Popov <pinkbyte@gentoo.org>2017-05-17 16:00:26 +0300
commite0ad8a888828d93d7ed4a201a44156c1d36982ad (patch)
tree45b0b6a22d831a4f72ce8c59f8bfb900e09cc9bc /net-dialup
parentnet-dialup/accel-ppp: drop old (diff)
downloadgentoo-e0ad8a888828d93d7ed4a201a44156c1d36982ad.tar.gz
gentoo-e0ad8a888828d93d7ed4a201a44156c1d36982ad.tar.bz2
gentoo-e0ad8a888828d93d7ed4a201a44156c1d36982ad.zip
net-dialup/accel-ppp: update live ebuilds
Add support for Lua scripts usage Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild7
-rw-r--r--net-dialup/accel-ppp/accel-ppp-9999.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild b/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild
index 340199ae44f6..f4c53dbb43ea 100644
--- a/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild
+++ b/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,9 +14,10 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc ipoe postgres radius shaper snmp valgrind"
+IUSE="debug doc ipoe lua postgres radius shaper snmp valgrind"
-RDEPEND="postgres? ( dev-db/postgresql:* )
+RDEPEND="lua? ( dev-lang/lua:0 )
+ postgres? ( dev-db/postgresql:* )
snmp? ( net-analyzer/net-snmp )
dev-libs/libpcre
dev-libs/openssl:0"
diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild
index 6561a6a14d0d..0630264eef34 100644
--- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild
+++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,9 +13,10 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc ipoe postgres radius shaper snmp valgrind"
+IUSE="debug doc ipoe lua postgres radius shaper snmp valgrind"
-RDEPEND="postgres? ( dev-db/postgresql:* )
+RDEPEND="lua? ( dev-lang/lua:0 )
+ postgres? ( dev-db/postgresql:* )
snmp? ( net-analyzer/net-snmp )
dev-libs/libpcre
dev-libs/openssl:0"