dev-util/patchbin: [QA] Fix NonexistentDeps
authorDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:34 +0000 (14:13 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:34 +0000 (14:13 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/patchbin/patchbin-20160208.ebuild
dev-util/patchbin/patchbin-99999999.ebuild

index 314b06b51f679b46efcb2ee9270fde20400e7cf8..37723059a047fe01fd143576af8cefe797ecbfa9 100644 (file)
@@ -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(){
index c937a002e2fab7e8a63a7992968b9cd258187485..69d98763e9f62d86e1b26edd32d8d9660fa68c97 100644 (file)
@@ -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(){