Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patchbin/
Date: Sun, 09 Feb 2020 13:14:12
Message-Id: 1581254014.fec7aad3c2eac533e51f5aeac8fc4360120e2021.soap@gentoo
1 commit: fec7aad3c2eac533e51f5aeac8fc4360120e2021
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 13:13:34 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 13:13:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec7aad3
7
8 dev-util/patchbin: [QA] Fix NonexistentDeps
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/patchbin/patchbin-20160208.ebuild | 12 +++---------
14 dev-util/patchbin/patchbin-99999999.ebuild | 12 +++---------
15 2 files changed, 6 insertions(+), 18 deletions(-)
16
17 diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild
18 index 314b06b51f6..37723059a04 100644
19 --- a/dev-util/patchbin/patchbin-20160208.ebuild
20 +++ b/dev-util/patchbin/patchbin-20160208.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -26,14 +26,8 @@ RDEPEND="
28 sys-apps/coreutils
29 sys-apps/gawk
30 sys-apps/grep
31 - userland_BSD? (
32 - sys-freebsd/freebsd-bin
33 - sys-freebsd/freebsd-ubin
34 - )
35 - userland_GNU? (
36 - sys-apps/util-linux
37 - sys-devel/patch
38 - )
39 + sys-apps/util-linux
40 + sys-devel/patch
41 "
42
43 src_prepare(){
44
45 diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild
46 index c937a002e2f..69d98763e9f 100644
47 --- a/dev-util/patchbin/patchbin-99999999.ebuild
48 +++ b/dev-util/patchbin/patchbin-99999999.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -26,14 +26,8 @@ RDEPEND="
56 sys-apps/coreutils
57 sys-apps/gawk
58 sys-apps/grep
59 - userland_BSD? (
60 - sys-freebsd/freebsd-bin
61 - sys-freebsd/freebsd-ubin
62 - )
63 - userland_GNU? (
64 - sys-apps/util-linux
65 - sys-devel/patch
66 - )
67 + sys-apps/util-linux
68 + sys-devel/patch
69 "
70
71 src_prepare(){