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 EEC9C58973 for ; Sun, 17 Jan 2016 17:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFD3A21C027; Sun, 17 Jan 2016 17:02:28 +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 8B82521C027 for ; Sun, 17 Jan 2016 17:02:18 +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 CDA35340862 for ; Sun, 17 Jan 2016 17:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 019A6F57 for ; Sun, 17 Jan 2016 17:02:07 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1453050096.09e3ec1876bc75e4da1da83ea9a4783f068df762.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 09e3ec1876bc75e4da1da83ea9a4783f068df762 X-VCS-Branch: master Date: Sun, 17 Jan 2016 17:02:07 +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: 65476b1c-b2ef-4cc3-9237-af5a256f03a6 X-Archives-Hash: 07ae1fdccd4b454d0428c97e1e4c43de commit: 09e3ec1876bc75e4da1da83ea9a4783f068df762 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 17 17:01:36 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 17 17:01:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e3ec18 net-print/cups-filters: ppc stable wrt bug #567286 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> 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 fa6e3cb..15e78b1 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" + KEYWORDS="alpha arm ppc" 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"