Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/
Date: Fri, 02 Jul 2021 20:44:08
Message-Id: 1625258627.e2b5513bc7e1a01dbbc86fb6e1948409bf6b3c20.dilfridge@gentoo
1 commit: e2b5513bc7e1a01dbbc86fb6e1948409bf6b3c20
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 20:42:41 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 20:43:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b5513b
7
8 dev-perl/Math-Random-ISAAC-XS: Stable for all
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
17 index 078626b748d..df555c82a4b 100644
18 --- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
19 +++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
27
28 LICENSE="public-domain || ( Artistic GPL-1+ )"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32 IUSE="minimal test"
33 RESTRICT="!test? ( test )"
34
35 @@ -43,11 +43,13 @@ PERL_RM_FILES=(
36 t/release-pod-syntax.t
37 t/release-portability.t
38 )
39 +
40 src_configure() {
41 unset LD
42 [[ -n "${CCLD}" ]] && export LD="${CCLD}"
43 perl-module_src_configure
44 }
45 +
46 src_compile() {
47 ./Build --config "optimize=${CFLAGS}" build || die
48 }