From fec7aad3c2eac533e51f5aeac8fc4360120e2021 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 9 Feb 2020 14:13:34 +0100 Subject: [PATCH] dev-util/patchbin: [QA] Fix NonexistentDeps Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-util/patchbin/patchbin-20160208.ebuild | 12 +++--------- dev-util/patchbin/patchbin-99999999.ebuild | 12 +++--------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild index 314b06b51f67..37723059a047 100644 --- a/dev-util/patchbin/patchbin-20160208.ebuild +++ b/dev-util/patchbin/patchbin-20160208.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,14 +26,8 @@ RDEPEND=" sys-apps/coreutils sys-apps/gawk sys-apps/grep - userland_BSD? ( - sys-freebsd/freebsd-bin - sys-freebsd/freebsd-ubin - ) - userland_GNU? ( - sys-apps/util-linux - sys-devel/patch - ) + sys-apps/util-linux + sys-devel/patch " src_prepare(){ diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild index c937a002e2fa..69d98763e9f6 100644 --- a/dev-util/patchbin/patchbin-99999999.ebuild +++ b/dev-util/patchbin/patchbin-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,14 +26,8 @@ RDEPEND=" sys-apps/coreutils sys-apps/gawk sys-apps/grep - userland_BSD? ( - sys-freebsd/freebsd-bin - sys-freebsd/freebsd-ubin - ) - userland_GNU? ( - sys-apps/util-linux - sys-devel/patch - ) + sys-apps/util-linux + sys-devel/patch " src_prepare(){ -- 2.26.2