Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dictd/
Date: Wed, 05 Aug 2020 12:57:10
Message-Id: 1596632223.3e72c36c8e8a35b2af69fed2be1cd8dfd525b166.jer@gentoo
1 commit: 3e72c36c8e8a35b2af69fed2be1cd8dfd525b166
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 12:55:13 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 12:57:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e72c36c
7
8 app-text/dictd: Block ~sys-apps/gawk-4.2.1 for tests
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Closes: https://bugs.gentoo.org/678018
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 app-text/dictd/dictd-1.12.1-r2.ebuild | 3 ++-
15 app-text/dictd/dictd-1.13.0.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/dictd/dictd-1.12.1-r2.ebuild b/app-text/dictd/dictd-1.12.1-r2.ebuild
19 index 62f818c4f28..4da9d8dbf3a 100644
20 --- a/app-text/dictd/dictd-1.12.1-r2.ebuild
21 +++ b/app-text/dictd/dictd-1.12.1-r2.ebuild
22 @@ -12,7 +12,7 @@ SLOT="0"
23 # We install rfc so - ISOC-rfc
24 LICENSE="GPL-2 ISOC-rfc"
25 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
26 -IUSE="dbi judy minimal"
27 +IUSE="dbi judy minimal test"
28
29 # <gawk-3.1.6 makes tests fail.
30 RDEPEND="
31 @@ -25,6 +25,7 @@ RDEPEND="
32 DEPEND="${RDEPEND}
33 >=sys-apps/gawk-3.1.6
34 virtual/yacc
35 + test? ( !~sys-apps/gawk-4.2.1 )
36 "
37
38 DOC_CONTENTS="
39
40 diff --git a/app-text/dictd/dictd-1.13.0.ebuild b/app-text/dictd/dictd-1.13.0.ebuild
41 index c34a460822b..6f994838112 100644
42 --- a/app-text/dictd/dictd-1.13.0.ebuild
43 +++ b/app-text/dictd/dictd-1.13.0.ebuild
44 @@ -12,7 +12,7 @@ SLOT="0"
45 # We install rfc so - ISOC-rfc
46 LICENSE="GPL-2 ISOC-rfc"
47 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
48 -IUSE="dbi judy minimal"
49 +IUSE="dbi judy minimal test"
50
51 # <gawk-3.1.6 makes tests fail.
52 RDEPEND="
53 @@ -28,6 +28,7 @@ DEPEND="
54 BDEPEND="
55 >=sys-apps/gawk-3.1.6
56 virtual/yacc
57 + test? ( !~sys-apps/gawk-4.2.1 )
58 "
59
60 DOC_CONTENTS="