diff options
author | Sam James <sam@gentoo.org> | 2023-02-01 07:36:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-01 07:37:59 +0000 |
commit | 9e1088b5763b485e9f1baefc74e2b16cb13b9b06 (patch) | |
tree | 53844823b897cf92813a3d0413e595a7d2f9c90d /sys-apps/moreutils | |
parent | app-editors/xvile: Stabilize 9.8x ppc, #892750 (diff) | |
download | gentoo-9e1088b5763b485e9f1baefc74e2b16cb13b9b06.tar.gz gentoo-9e1088b5763b485e9f1baefc74e2b16cb13b9b06.tar.bz2 gentoo-9e1088b5763b485e9f1baefc74e2b16cb13b9b06.zip |
sys-apps/moreutils: add blocker on older pwntools
Bug: https://bugs.gentoo.org/892724
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/moreutils')
-rw-r--r-- | sys-apps/moreutils/moreutils-0.67-r1.ebuild (renamed from sys-apps/moreutils/moreutils-0.67.ebuild) | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/moreutils/moreutils-0.67.ebuild b/sys-apps/moreutils/moreutils-0.67-r1.ebuild index de41e3f61ad8..fb9a222d78e8 100644 --- a/sys-apps/moreutils/moreutils-0.67.ebuild +++ b/sys-apps/moreutils/moreutils-0.67-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,17 +15,22 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos" IUSE="+doc +perl" -RDEPEND="perl? ( +RDEPEND=" + !<dev-util/pwntools-4.10.0_beta0-r2 + perl? ( dev-lang/perl dev-perl/IPC-Run dev-perl/Time-Duration dev-perl/TimeDate - )" -BDEPEND="doc? ( + ) + " +BDEPEND=" + doc? ( >=app-text/docbook2X-0.8.8-r2 app-text/docbook-xml-dtd:4.4 dev-lang/perl - )" + ) +" IDEPEND="app-admin/eselect" PATCHES=( |