Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/
Date: Sun, 13 Jun 2021 06:30:46
Message-Id: 1623565808.1e38fa2eaa4c8a2cdaf7881902b11ef2cb0f5941.ago@gentoo
1 commit: 1e38fa2eaa4c8a2cdaf7881902b11ef2cb0f5941
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 06:30:08 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 06:30:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e38fa2e
7
8 net-print/cups: sparc stable wrt bug #791436
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-print/cups/cups-2.3.3_p2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-print/cups/cups-2.3.3_p2.ebuild b/net-print/cups/cups-2.3.3_p2.ebuild
18 index 63593b2f997..a831a7093f5 100644
19 --- a/net-print/cups/cups-2.3.3_p2.ebuild
20 +++ b/net-print/cups/cups-2.3.3_p2.ebuild
21 @@ -19,7 +19,7 @@ else
22 # SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz"
23 SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz"
24 if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *_rc* ]] ; then
25 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
26 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
27 fi
28 fi