diff options
author | David Seifert <soap@gentoo.org> | 2020-02-09 14:13:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-09 14:13:34 +0100 |
commit | fec7aad3c2eac533e51f5aeac8fc4360120e2021 (patch) | |
tree | 18eb463af2c604d38e3a4f4bc10bbc9db6377f76 /dev-util/patchbin | |
parent | dev-util/numdiff: [QA] Fix NonexistentBlocker (diff) | |
download | gentoo-fec7aad3c2eac533e51f5aeac8fc4360120e2021.tar.gz gentoo-fec7aad3c2eac533e51f5aeac8fc4360120e2021.tar.bz2 gentoo-fec7aad3c2eac533e51f5aeac8fc4360120e2021.zip |
dev-util/patchbin: [QA] Fix NonexistentDeps
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/patchbin')
-rw-r--r-- | dev-util/patchbin/patchbin-20160208.ebuild | 12 | ||||
-rw-r--r-- | 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(){ |