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 A050F1384B4 for ; Tue, 1 Dec 2015 21:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CD021C090; Tue, 1 Dec 2015 21:08:22 +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 B1E0F21C090 for ; Tue, 1 Dec 2015 21:08:21 +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 60831340917 for ; Tue, 1 Dec 2015 21:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A66F8A95 for ; Tue, 1 Dec 2015 21:08:16 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1449004082.b201c5a51c1ab1b21f82dc3fa7668631a6591aa9.mrueg@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-9999.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b201c5a51c1ab1b21f82dc3fa7668631a6591aa9 X-VCS-Branch: master Date: Tue, 1 Dec 2015 21:08:16 +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: 07269c5d-b3c7-4590-a6b0-a3aaf6b3f6d1 X-Archives-Hash: ce147c1ff0fdb09178b48c5b7583657c commit: b201c5a51c1ab1b21f82dc3fa7668631a6591aa9 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 1 21:08:02 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 1 21:08:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b201c5a5 net-print/cups-filters: Remove ~arm64 keyword from live version Package-Manager: portage-2.2.26 net-print/cups-filters/cups-filters-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index 52f9132..7c54732 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -11,7 +11,7 @@ inherit base eutils perl-module autotools systemd if [[ "${PV}" == "9999" ]] ; then inherit bzr EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters" - KEYWORDS="~arm64" + KEYWORDS="" 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"