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 94B45139694 for ; Mon, 22 May 2017 18:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9EF621C08B; Mon, 22 May 2017 18:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 89BBB21C08B for ; Mon, 22 May 2017 18:41:25 +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 6F92334172D for ; Mon, 22 May 2017 18:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D82127466 for ; Mon, 22 May 2017 18:41:22 +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: <1495478467.3fcae25aba818e6a4aad83ea888e33f631586031.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/parted-3.2-r1.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3fcae25aba818e6a4aad83ea888e33f631586031 X-VCS-Branch: master Date: Mon, 22 May 2017 18:41:22 +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: c27a1ed2-ad28-48c8-a273-b9f960114795 X-Archives-Hash: 4b651ca70c5b590f0e017a9cdb9daf9e commit: 3fcae25aba818e6a4aad83ea888e33f631586031 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 22 18:41:07 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 22 18:41:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcae25a sys-block/parted-3.2-r1: add alpha keyword Gentoo-Bug: 618186 sys-block/parted/parted-3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/parted/parted-3.2-r1.ebuild b/sys-block/parted/parted-3.2-r1.ebuild index dc31cd0cab7..9f9998db191 100644 --- a/sys-block/parted/parted-3.2-r1.ebuild +++ b/sys-block/parted/parted-3.2-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="+debug device-mapper nls readline selinux static-libs" RESTRICT="test"