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 2E16258973 for ; Mon, 18 Jan 2016 18:37:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A58DE21C029; Mon, 18 Jan 2016 18:37:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 534FC21C029 for ; Mon, 18 Jan 2016 18:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F72A340917 for ; Mon, 18 Jan 2016 18:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8B2CF1 for ; Mon, 18 Jan 2016 18:37:23 +0000 (UTC) From: "Andreas Schuerch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Schuerch" Message-ID: <1453142170.eccc8ee695ac470be84569a2a3e04ec9ef24b7fd.nativemad@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.5.0.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: nativemad X-VCS-Committer-Name: Andreas Schuerch X-VCS-Revision: eccc8ee695ac470be84569a2a3e04ec9ef24b7fd X-VCS-Branch: master Date: Mon, 18 Jan 2016 18:37:23 +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: f2601355-1093-475a-b5d8-5506224f4a05 X-Archives-Hash: 4ce5918b65e485c53375b730ec52d4dd commit: eccc8ee695ac470be84569a2a3e04ec9ef24b7fd Author: Andreas Schuerch gentoo org> AuthorDate: Mon Jan 18 18:34:59 2016 +0000 Commit: Andreas Schuerch gentoo org> CommitDate: Mon Jan 18 18:36:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccc8ee6 net-print/cups-filters: 1.5.0 stable on x86, see bug 567286 Package-Manager: portage-2.2.26 net-print/cups-filters/cups-filters-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild b/net-print/cups-filters/cups-filters-1.5.0.ebuild index 155d0f2..15dc57b 100644 --- a/net-print/cups-filters/cups-filters-1.5.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild @@ -11,10 +11,10 @@ inherit base eutils perl-module autotools systemd if [[ "${PV}" == "9999" ]] ; then inherit bzr EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters" - KEYWORDS="alpha arm hppa ppc ppc64" + KEYWORDS="alpha arm hppa ppc ppc64 x86" 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 PDF filters" HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat"