Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/
Date: Wed, 31 Aug 2022 06:32:58
Message-Id: 1661927563.36165449bb1ab0c8f6ee38483af7df4e1aeda29e.jsmolic@gentoo
1 commit: 36165449bb1ab0c8f6ee38483af7df4e1aeda29e
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 06:32:43 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 06:32:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36165449
7
8 net-print/cups: Stabilize 2.4.2-r2 sparc, #867427
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-print/cups/cups-2.4.2-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-print/cups/cups-2.4.2-r2.ebuild b/net-print/cups/cups-2.4.2-r2.ebuild
16 index ef4e048cfd04..f82f55401191 100644
17 --- a/net-print/cups/cups-2.4.2-r2.ebuild
18 +++ b/net-print/cups/cups-2.4.2-r2.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
20 else
21 SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz"
22 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
23 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25 fi
26 fi