commit: fec7aad3c2eac533e51f5aeac8fc4360120e2021
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 13:13:34 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 13:13:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec7aad3
dev-util/patchbin: [QA] Fix NonexistentDeps
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
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 314b06b51f6..37723059a04 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 c937a002e2f..69d98763e9f 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(){