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 B16BC138AE9 for ; Fri, 29 Dec 2017 17:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01C56E0E56; Fri, 29 Dec 2017 17:49:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CED0AE0DFE for ; Fri, 29 Dec 2017 17:49:11 +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 119AB34105A for ; Fri, 29 Dec 2017 17:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9C2BAFB1 for ; Fri, 29 Dec 2017 17:49:09 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1514569737.6820f7f7d495dfdaa93eb9fec548c3603f1f9b0a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/afio/afio-2.5.1-r1.ebuild X-VCS-Directories: app-arch/afio/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6820f7f7d495dfdaa93eb9fec548c3603f1f9b0a X-VCS-Branch: master Date: Fri, 29 Dec 2017 17:49:09 +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: 8dd91096-09af-4791-8fca-c7690a9d4b49 X-Archives-Hash: af49ca5723ae22a0c9b2ff197323456b commit: 6820f7f7d495dfdaa93eb9fec548c3603f1f9b0a Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Dec 29 17:46:05 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Dec 29 17:48:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6820f7f7 app-arch/afio: x86 stable (bug #429360) Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-arch/afio/afio-2.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild index a3e6e5c082e..d5037ac66c3 100644 --- a/app-arch/afio/afio-2.5.1-r1.ebuild +++ b/app-arch/afio/afio-2.5.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz" LICENSE="Artistic LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86" PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )