• [gentoo-dev] [PATCH 5/9] net-analyzer/snortalog: Port to PERL_FEATURES

    From =?UTF-8?q?Andreas=20K=2E=20H=C3=BCt@21:1/5 to All on Fri May 3 09:00:02 2024
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
    ---
    .../{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild} | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)
    rename net-analyzer/snortalog/{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild} (91%)

    diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild b/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild
    similarity index 91%
    rename from net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
    rename to net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild
    index 960612b2f88f..2063d0ad5aa0 100644
    --- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
    +++ b/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2021 Gentoo Authors
    +# Copyright 1999-2024 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    EAPI=7
    @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
    IUSE="tk"

    RDEPEND="
    - dev-lang/perl[ithreads]
    + || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] <dev-lang/perl-5.38.2-r3[ithreads] )
    dev-