From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E5B6B13829C for ; Sat, 11 Jun 2016 13:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBAA142B7; Sat, 11 Jun 2016 13:24:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F9EA142B7 for ; Sat, 11 Jun 2016 13:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29907340836 for ; Sat, 11 Jun 2016 13:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F5F416C5 for ; Sat, 11 Jun 2016 13:24:10 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1465651429.c8bb8529e71632852762563de94036c6901504ab.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups/cups-2.1.3-r1.ebuild X-VCS-Directories: net-print/cups/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c8bb8529e71632852762563de94036c6901504ab X-VCS-Branch: master Date: Sat, 11 Jun 2016 13:24:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 822a50ee-e1f5-4344-b28d-feaf2e6b6fd2 X-Archives-Hash: 627f001dd3d9c4a7ae2000a59352f66b commit: c8bb8529e71632852762563de94036c6901504ab Author: Markus Meier gentoo org> AuthorDate: Sat Jun 11 13:23:49 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Jun 11 13:23:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bb8529 net-print/cups: arm stable, bug #571262 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" net-print/cups/cups-2.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups/cups-2.1.3-r1.ebuild b/net-print/cups/cups-2.1.3-r1.ebuild index 7365e4a..580cf2e 100644 --- a/net-print/cups/cups-2.1.3-r1.ebuild +++ b/net-print/cups/cups-2.1.3-r1.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} == *9999 ]]; then fi else SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2" - KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" fi DESCRIPTION="The Common Unix Printing System"