From c586f201da9bcec1950c27721d5f9d887fed6e11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 26 Aug 2018 18:59:43 +0200 Subject: [PATCH] net-dialup/rp-pppoe: Remove support for non-existent deps --- net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild | 5 ++--- net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild index 586c1efd3eac..256fe45f563d 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,8 +21,7 @@ RDEPEND=" net-dialup/ppp:= tk? ( dev-lang/tk ) " -# see bug #230491 -DEPEND="|| ( =sys-kernel/linux-headers-2.6.25 ) +DEPEND=">=sys-kernel/linux-headers-2.6.25 ${RDEPEND}" DOC_CONTENTS="Use pppoe-setup to configure your dialup connection" diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild index 6b0b97d37cc7..4ac3355af7cb 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,8 +21,7 @@ RDEPEND=" net-dialup/ppp:= tk? ( dev-lang/tk:= ) " -# see bug #230491 -DEPEND="|| ( =sys-kernel/linux-headers-2.6.25 ) +DEPEND=">=sys-kernel/linux-headers-2.6.25 ${RDEPEND}" DOC_CONTENTS="Use pppoe-setup to configure your dialup connection" -- 2.26.2