Diff Acme-Damn-0.80.0-r2 with a Acme-Damn-0.90.0

/usr/portage/dev-perl/Acme-Damn/Acme-Damn-0.90.0.ebuild 2026-03-17 11:46:07.479318969 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
DIST_AUTHOR=IBB
7
DIST_VERSION=0.08
6
DIST_AUTHOR=BRTASTIC
7
DIST_VERSION=0.09
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Module that 'unblesses' Perl objects"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="amd64 ~ppc64 x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
13
KEYWORDS="~amd64 ~ppc64 ~x86"
16 14

  
17 15
RDEPEND=""
18 16
BDEPEND="${RDEPEND}
19
	virtual/perl-ExtUtils-MakeMaker
20
	test? (
21
		dev-perl/Test-Exception
22
		virtual/perl-Test-Simple
23
	)
17
	test? ( dev-perl/Test-Exception )
24 18
"
25
PATCHES=( "${FILESDIR}/${PN}-${DIST_VERSION}-respect-cflags.patch" )
19

  
20
PATCHES=( "${FILESDIR}/${PN}-0.08-respect-cflags.patch" )
Thank you!