Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nawk/
Date: Wed, 06 May 2020 17:25:31
Message-Id: 1588785904.6035e09fd7e08633b531a21f0691fa1b4b6c7c2c.mgorny@gentoo
1 commit: 6035e09fd7e08633b531a21f0691fa1b4b6c7c2c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6035e09f
7
8 sys-apps/nawk: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/nawk/nawk-20121220-r3.ebuild | 5 ++---
13 sys-apps/nawk/nawk-20180827.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-apps/nawk/nawk-20121220-r3.ebuild b/sys-apps/nawk/nawk-20121220-r3.ebuild
17 index aa46f612065..6528c601d6b 100644
18 --- a/sys-apps/nawk/nawk-20121220-r3.ebuild
19 +++ b/sys-apps/nawk/nawk-20121220-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,8 +14,7 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
28
29 RDEPEND="
30 - app-eselect/eselect-awk
31 - !sys-freebsd/freebsd-ubin"
32 + app-eselect/eselect-awk"
33
34 DEPEND="
35 ${RDEPEND}
36
37 diff --git a/sys-apps/nawk/nawk-20180827.ebuild b/sys-apps/nawk/nawk-20180827.ebuild
38 index bfa4fe19de4..77b72967a32 100644
39 --- a/sys-apps/nawk/nawk-20180827.ebuild
40 +++ b/sys-apps/nawk/nawk-20180827.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -14,8 +14,7 @@ SLOT="0"
48 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
49
50 RDEPEND="
51 - app-eselect/eselect-awk
52 - !sys-freebsd/freebsd-ubin"
53 + app-eselect/eselect-awk"
54
55 DEPEND="
56 ${RDEPEND}