From c97932993f6f5a811f9516066ed6edad48fa6b00 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Mon, 18 Oct 2010 21:04:21 +0400 Subject: due to l2tp doesn't require libnl more build it by default --- contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'contrib/gentoo/net-dialup') diff --git a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild index e926e29a..645132d1 100644 --- a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild +++ b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild @@ -14,12 +14,11 @@ HOMEPAGE="http://accel-pptp.sourceforge.net/" SLOT="0" LICENSE="GPL" KEYWORDS="~amd64 ~x86" -IUSE="postgres debug l2tp shaper" +IUSE="postgres debug shaper" DEPEND=">=sys-libs/glibc-2.8 dev-libs/openssl dev-libs/libaio - l2tp? ( =dev-libs/libnl-9999 ) shaper? ( =dev-libs/libnl-9999 ) postgres? ( >=dev-db/postgresql-base-8.1 )" @@ -51,10 +50,6 @@ src_configure() { mycmakeargs+=( "-DLOG_PGSQL=TRUE" ) fi - if use l2tp; then - mycmakeargs+=( "-DL2TP=TRUE" ) - fi - if use shaper; then mycmakeargs+=( "-DSHAPER=TRUE" ) fi -- cgit v1.2.3