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: media-gfx/qrencode/
Date: Fri, 20 May 2022 22:04:25
Message-Id: 1653084245.485ce162e3b48e3a627e68178d2f47135357dd79.dilfridge@gentoo
1 commit: 485ce162e3b48e3a627e68178d2f47135357dd79
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 21:50:44 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 22:04:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485ce162
7
8 media-gfx/qrencode: builds on s390
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
16 index 7979ace5564d..4abfd1947f00 100644
17 --- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
18 +++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
20
21 LICENSE="LGPL-2"
22 SLOT="0/4"
23 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
25 IUSE="png test"
26 RESTRICT="!test? ( test )"