Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/
Date: Wed, 12 Dec 2018 13:01:55
Message-Id: 1544619698.e57e5b212974590eb9b6abe70990ad041c848572.zlogene@gentoo
1 commit: e57e5b212974590eb9b6abe70990ad041c848572
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 13:01:38 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 13:01:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57e5b21
7
8 net-print/cups: mark s390 stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-print/cups/cups-2.2.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-print/cups/cups-2.2.7.ebuild b/net-print/cups/cups-2.2.7.ebuild
17 index 600c940e515..525aa68be5f 100644
18 --- a/net-print/cups/cups-2.2.7.ebuild
19 +++ b/net-print/cups/cups-2.2.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -23,7 +23,7 @@ if [[ ${PV} == *9999 ]]; then
27 else
28 #SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 SRC_URI="https://github.com/apple/cups/releases/download/v${PV}/${P}-source.tar.gz"
30 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
31 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
32 fi
33
34 DESCRIPTION="The Common Unix Printing System"