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 AEF0C1386F1 for ; Sun, 9 Aug 2015 18:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3042141E1; Sun, 9 Aug 2015 18:11:54 +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 95780141E1 for ; Sun, 9 Aug 2015 18:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D27D340901 for ; Sun, 9 Aug 2015 18:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5854132 for ; Sun, 9 Aug 2015 18:11:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439143755.1578530653bb26d21f84fd6275c6c30f73bfb0fa.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups/cups-2.0.3.ebuild X-VCS-Directories: net-print/cups/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1578530653bb26d21f84fd6275c6c30f73bfb0fa X-VCS-Branch: master Date: Sun, 9 Aug 2015 18:11:50 +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: 5603de08-48d0-4815-9560-9c1c9a0990b3 X-Archives-Hash: 9a9799872695a4fdab6fab7e47d01f6b commit: 1578530653bb26d21f84fd6275c6c30f73bfb0fa Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 9 18:08:54 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 9 18:09:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15785306 net-print/cups: x86 stable wrt bug #551846 Package-Manager: portage-2.2.20 net-print/cups/cups-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups/cups-2.0.3.ebuild b/net-print/cups/cups-2.0.3.ebuild index 70b18a6..11d2f69 100644 --- a/net-print/cups/cups-2.0.3.ebuild +++ b/net-print/cups/cups-2.0.3.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} == *9999 ]]; then fi else SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" fi DESCRIPTION="The Common Unix Printing System"