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 30848138272 for ; Thu, 26 May 2016 12:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9D821C012; Thu, 26 May 2016 12:37:52 +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 3873A21C012 for ; Thu, 26 May 2016 12:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 729D5340A99 for ; Thu, 26 May 2016 12:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C03587B for ; Thu, 26 May 2016 12:37:42 +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: <1464266258.9bc17ca44238cdb9b106d7a23232e93c1b4648a4.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.02.116-r4.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 9bc17ca44238cdb9b106d7a23232e93c1b4648a4 X-VCS-Branch: master Date: Thu, 26 May 2016 12:37:42 +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: fd416dc6-5126-4f97-993c-5d4e03e1f948 X-Archives-Hash: dacb7d89d596288181211aaa525102cb commit: 9bc17ca44238cdb9b106d7a23232e93c1b4648a4 Author: Tobias Klausmann gentoo org> AuthorDate: Thu May 26 12:37:31 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu May 26 12:37:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc17ca4 sys-fs/lvm2-2.02.116-r4: add alpha keyword Gentoo-Bug: 575764 Package-Manager: portage-2.3.0_rc1 sys-fs/lvm2/lvm2-2.02.116-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/lvm2/lvm2-2.02.116-r4.ebuild b/sys-fs/lvm2/lvm2-2.02.116-r4.ebuild index 0a789fc..f16e2cd 100644 --- a/sys-fs/lvm2/lvm2-2.02.116-r4.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.116-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="readline static static-libs systemd clvm cman lvm1 lvm2create_initrd selinux +udev +thin device-mapper-only" REQUIRED_USE="device-mapper-only? ( !clvm !cman !lvm1 !lvm2create_initrd !thin ) systemd? ( udev )