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 947221381F1 for ; Sun, 28 Jan 2018 16:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C3E3E0DE4; Sun, 28 Jan 2018 16:59:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4D9E4E0DE4 for ; Sun, 28 Jan 2018 16:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A4A7335C33 for ; Sun, 28 Jan 2018 16:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94541BD for ; Sun, 28 Jan 2018 16:59:00 +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: <1517158726.66c53ec88ad831a0900110458645333fc72e2869.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 66c53ec88ad831a0900110458645333fc72e2869 X-VCS-Branch: master Date: Sun, 28 Jan 2018 16:59:00 +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: 18f44e67-d5e6-41ba-b00e-b9e59d8c49ea X-Archives-Hash: ece83526609027c5147536e56d871586 commit: 66c53ec88ad831a0900110458645333fc72e2869 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Jan 28 16:58:26 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Jan 28 16:58:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c53ec8 app-arch/afio-2.5.1-r1: alpha stable Gentoo-Bug: http://bugs.gentoo.org/429360 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 4b2061f89c3..78e8fe79b2f 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 )