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 A56E01397F2 for ; Fri, 21 Aug 2015 17:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48C7B1418A; Fri, 21 Aug 2015 17:08:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D36EF1418A for ; Fri, 21 Aug 2015 17:08:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5F5C340998 for ; Fri, 21 Aug 2015 17:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9610B129 for ; Fri, 21 Aug 2015 17:08:38 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1440176872.3a7d30aa3cce4d422b05552522ebcee48632d60a.vapier@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.103.ebuild sys-fs/lvm2/lvm2-2.02.109-r1.ebuild sys-fs/lvm2/lvm2-2.02.109.ebuild sys-fs/lvm2/lvm2-2.02.110.ebuild sys-fs/lvm2/lvm2-2.02.116.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3a7d30aa3cce4d422b05552522ebcee48632d60a X-VCS-Branch: master Date: Fri, 21 Aug 2015 17:08:38 +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: 49f314f6-b203-4e1f-9de4-fd302ac7da41 X-Archives-Hash: 1ced3f9bedc24cb0f668bbf3a7044716 commit: 3a7d30aa3cce4d422b05552522ebcee48632d60a Author: Mike Frysinger gentoo org> AuthorDate: Fri Aug 21 17:07:32 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Aug 21 17:07:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7d30aa sys-libs/lvm2: use slots/subslots w/readline sys-fs/lvm2/lvm2-2.02.103.ebuild | 4 ++-- sys-fs/lvm2/lvm2-2.02.109-r1.ebuild | 4 ++-- sys-fs/lvm2/lvm2-2.02.109.ebuild | 2 +- sys-fs/lvm2/lvm2-2.02.110.ebuild | 4 ++-- sys-fs/lvm2/lvm2-2.02.116.ebuild | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.103.ebuild b/sys-fs/lvm2/lvm2-2.02.103.ebuild index c5635d6..c540d91 100644 --- a/sys-fs/lvm2/lvm2-2.02.103.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.103.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd IUSE="readline static static-libs clvm cman +lvm1 lvm2create_initrd selinux +udev +thin" DEPEND_COMMON="clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. diff --git a/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild index a7127d2..de191ac 100644 --- a/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ REQUIRED_USE="device-mapper-only? ( !clvm !cman !lvm1 !lvm2create_initrd !thin ) static? ( !udev )" #520450 DEPEND_COMMON="clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. diff --git a/sys-fs/lvm2/lvm2-2.02.109.ebuild b/sys-fs/lvm2/lvm2-2.02.109.ebuild index 5b311d1..9617c1b 100644 --- a/sys-fs/lvm2/lvm2-2.02.109.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.109.ebuild @@ -17,7 +17,7 @@ IUSE="readline static static-libs systemd clvm cman lvm1 lvm2create_initrd selin REQUIRED_USE="device-mapper-only? ( !clvm !cman !lvm1 !lvm2create_initrd !thin )" DEPEND_COMMON="clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. diff --git a/sys-fs/lvm2/lvm2-2.02.110.ebuild b/sys-fs/lvm2/lvm2-2.02.110.ebuild index 80fcf16..5d0e2af 100644 --- a/sys-fs/lvm2/lvm2-2.02.110.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ REQUIRED_USE="device-mapper-only? ( !clvm !cman !lvm1 !lvm2create_initrd !thin ) static? ( !udev )" #520450 DEPEND_COMMON="clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. diff --git a/sys-fs/lvm2/lvm2-2.02.116.ebuild b/sys-fs/lvm2/lvm2-2.02.116.ebuild index 2ba8ca6..5d0e2af 100644 --- a/sys-fs/lvm2/lvm2-2.02.116.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.116.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="device-mapper-only? ( !clvm !cman !lvm1 !lvm2create_initrd !thin ) static? ( !udev )" #520450 DEPEND_COMMON="clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0= ) udev? ( >=virtual/libudev-208:=[static-libs?] )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run.