From: Michał Górny Date: Sun, 26 Aug 2018 16:59:43 +0000 (+0200) Subject: net-dialup/rp-pppoe: Remove support for non-existent deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c586f201da9bcec1950c27721d5f9d887fed6e11;p=gentoo.git net-dialup/rp-pppoe: Remove support for non-existent deps --- 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"