net-dialup/rp-pppoe: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 16:59:43 +0000 (18:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 16:59:43 +0000 (18:59 +0200)
net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild

index 586c1efd3eac0c1c44545d023118b90ad618e5b6..256fe45f563d4bd168d65b3e994abbe106576108 100644 (file)
@@ -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.24 >=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"
index 6b0b97d37cc70cff6d818d9583f7fdc0d5833b62..4ac3355af7cb55097306646ca3d864b07031faa4 100644 (file)
@@ -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.24 >=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"