Skip to content

Commit

Permalink
dev-util/patchbin: [QA] Fix NonexistentDeps
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 9, 2020
1 parent df6bbfb commit fec7aad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
12 changes: 3 additions & 9 deletions dev-util/patchbin/patchbin-20160208.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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(){
Expand Down
12 changes: 3 additions & 9 deletions dev-util/patchbin/patchbin-99999999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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(){
Expand Down

0 comments on commit fec7aad

Please sign in to comment.