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 C8234139695 for ; Mon, 22 May 2017 18:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB0821C07F; Mon, 22 May 2017 18:07:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7EE821C07F for ; Mon, 22 May 2017 18:07:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 17CD0340806 for ; Mon, 22 May 2017 18:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D10977464 for ; Mon, 22 May 2017 18:07:28 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1495476443.a84622cd6df93dce92bd932bd9595728f5ff5726.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild X-VCS-Directories: net-print/foomatic-db-ppds/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: a84622cd6df93dce92bd932bd9595728f5ff5726 X-VCS-Branch: master Date: Mon, 22 May 2017 18:07:28 +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: a82b8efe-d148-4fa1-a54e-0ee2984f72e6 X-Archives-Hash: bb68336dcdd51f72e53974463e8c1aa8 commit: a84622cd6df93dce92bd932bd9595728f5ff5726 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 22 17:34:53 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 22 18:07:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84622cd net-print/foomatic-db-ppds-4.0.20170331-r0: add alpha keyword Gentoo-Bug: 619306 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild index 6b7e539fac1..6cd226f664e 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"