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 CE9CB1396D0 for ; Sun, 1 Oct 2017 11:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A1C62BC009; Sun, 1 Oct 2017 11:45:12 +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 EE28A2BC009 for ; Sun, 1 Oct 2017 11:45:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 27594341857 for ; Sun, 1 Oct 2017 11:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A578F66 for ; Sun, 1 Oct 2017 11:45:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506858298.e2c7cd04f49fc29a643c29585d19067b7948918d.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e2c7cd04f49fc29a643c29585d19067b7948918d X-VCS-Branch: master Date: Sun, 1 Oct 2017 11:45:09 +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: 05210da2-4836-46db-8c06-f834168c5b7a X-Archives-Hash: 9515020259156c9e604dffe870645d10 commit: e2c7cd04f49fc29a643c29585d19067b7948918d Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 1 11:44:27 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 1 11:44:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c7cd04 net-print/cups-filters: stabilise 1.16.4 for amd64/x86 Bug: https://bugs.gentoo.org/627392 Package-Manager: Portage-2.3.8, Repoman-2.3.3 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 4133d5552aa..ee5a1df3de0 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"