commit: 3e72c36c8e8a35b2af69fed2be1cd8dfd525b166 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Aug 5 12:55:13 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Aug 5 12:57:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e72c36c
app-text/dictd: Block ~sys-apps/gawk-4.2.1 for tests Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/678018 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> app-text/dictd/dictd-1.12.1-r2.ebuild | 3 ++- app-text/dictd/dictd-1.13.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-text/dictd/dictd-1.12.1-r2.ebuild b/app-text/dictd/dictd-1.12.1-r2.ebuild index 62f818c4f28..4da9d8dbf3a 100644 --- a/app-text/dictd/dictd-1.12.1-r2.ebuild +++ b/app-text/dictd/dictd-1.12.1-r2.ebuild @@ -12,7 +12,7 @@ SLOT="0" # We install rfc so - ISOC-rfc LICENSE="GPL-2 ISOC-rfc" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="dbi judy minimal" +IUSE="dbi judy minimal test" # <gawk-3.1.6 makes tests fail. RDEPEND=" @@ -25,6 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=sys-apps/gawk-3.1.6 virtual/yacc + test? ( !~sys-apps/gawk-4.2.1 ) " DOC_CONTENTS=" diff --git a/app-text/dictd/dictd-1.13.0.ebuild b/app-text/dictd/dictd-1.13.0.ebuild index c34a460822b..6f994838112 100644 --- a/app-text/dictd/dictd-1.13.0.ebuild +++ b/app-text/dictd/dictd-1.13.0.ebuild @@ -12,7 +12,7 @@ SLOT="0" # We install rfc so - ISOC-rfc LICENSE="GPL-2 ISOC-rfc" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="dbi judy minimal" +IUSE="dbi judy minimal test" # <gawk-3.1.6 makes tests fail. RDEPEND=" @@ -28,6 +28,7 @@ DEPEND=" BDEPEND=" >=sys-apps/gawk-3.1.6 virtual/yacc + test? ( !~sys-apps/gawk-4.2.1 ) " DOC_CONTENTS="
