Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/
Date: Sun, 26 Aug 2018 17:08:49
Message-Id: 1535302783.c586f201da9bcec1950c27721d5f9d887fed6e11.mgorny@gentoo
1 commit: c586f201da9bcec1950c27721d5f9d887fed6e11
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 16:59:43 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 16:59:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c586f201
7
8 net-dialup/rp-pppoe: Remove support for non-existent deps
9
10 net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild | 5 ++---
11 net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild | 5 ++---
12 2 files changed, 4 insertions(+), 6 deletions(-)
13
14 diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
15 index 586c1efd3ea..256fe45f563 100644
16 --- a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
17 +++ b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -21,8 +21,7 @@ RDEPEND="
25 net-dialup/ppp:=
26 tk? ( dev-lang/tk )
27 "
28 -# see bug #230491
29 -DEPEND="|| ( <sys-kernel/linux-headers-2.6.24 >=sys-kernel/linux-headers-2.6.25 )
30 +DEPEND=">=sys-kernel/linux-headers-2.6.25
31 ${RDEPEND}"
32
33 DOC_CONTENTS="Use pppoe-setup to configure your dialup connection"
34
35 diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild
36 index 6b0b97d37cc..4ac3355af7c 100644
37 --- a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild
38 +++ b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -21,8 +21,7 @@ RDEPEND="
46 net-dialup/ppp:=
47 tk? ( dev-lang/tk:= )
48 "
49 -# see bug #230491
50 -DEPEND="|| ( <sys-kernel/linux-headers-2.6.24 >=sys-kernel/linux-headers-2.6.25 )
51 +DEPEND=">=sys-kernel/linux-headers-2.6.25
52 ${RDEPEND}"
53
54 DOC_CONTENTS="Use pppoe-setup to configure your dialup connection"