From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87F131396D9 for ; Wed, 18 Oct 2017 11:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F26DE0E90; Wed, 18 Oct 2017 11:15:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83660E0E90 for ; Wed, 18 Oct 2017 11:15:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DBA733BE18 for ; Wed, 18 Oct 2017 11:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70E031B for ; Wed, 18 Oct 2017 11:15:06 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1508325302.9bbf3bd6677710e3cb62d52ecdcd4d88901fdedc.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.16.4.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9bbf3bd6677710e3cb62d52ecdcd4d88901fdedc X-VCS-Branch: master Date: Wed, 18 Oct 2017 11:15:06 +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: 59d264ed-f9c6-4d9c-9eba-00a3f1a3c882 X-Archives-Hash: b4d0ef69f5fe0e0ae4df01589faf9b29 commit: 9bbf3bd6677710e3cb62d52ecdcd4d88901fdedc Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 18 11:14:21 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Oct 18 11:15:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbf3bd6 net-print/cups-filters: stable 1.16.4 for hppa/sparc, bug #627392 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.11, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc" net-print/cups-filters/cups-filters-1.16.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups-filters/cups-filters-1.16.4.ebuild b/net-print/cups-filters/cups-filters-1.16.4.ebuild index e2fbed014d8..e6742fafa0b 100644 --- a/net-print/cups-filters/cups-filters-1.16.4.ebuild +++ b/net-print/cups-filters/cups-filters-1.16.4.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]] ; then EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters" else SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~m68k-mint" fi DESCRIPTION="Cups filters" HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters"