From: David Seifert Date: Sun, 9 Feb 2020 13:13:34 +0000 (+0100) Subject: dev-util/patchbin: [QA] Fix NonexistentDeps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fec7aad3c2eac533e51f5aeac8fc4360120e2021;p=gentoo.git dev-util/patchbin: [QA] Fix NonexistentDeps Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- 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(){