public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/ocfs2-tools/
Date: Wed, 22 Jun 2011 15:01:19 +0000 (UTC)	[thread overview]
Message-ID: <60767a345a6c8d975dbf7b8834569c7c22657974.alexxy@gentoo> (raw)

commit:     60767a345a6c8d975dbf7b8834569c7c22657974
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 15:00:45 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 15:00:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=60767a34

Make use of external locking optional

---
 sys-fs/ocfs2-tools/metadata.xml             |    3 +++
 sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild |    6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-fs/ocfs2-tools/metadata.xml b/sys-fs/ocfs2-tools/metadata.xml
index efb490d..a815fb9 100644
--- a/sys-fs/ocfs2-tools/metadata.xml
+++ b/sys-fs/ocfs2-tools/metadata.xml
@@ -5,4 +5,7 @@
 <maintainer>
   <email>sci@gentoo.org</email>
 </maintainer>
+<use>
+	<flag name='extrenal'>Enable external locking</flag>
+</use>
 </pkgmetadata>

diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild
index 71c1d44..bb85668 100644
--- a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild
+++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild
@@ -13,12 +13,14 @@ SRC_URI="http://oss.oracle.com/projects/${PN}/dist/files/source/v$(get_version_c
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug gtk"
+IUSE="debug gtk external"
 
 RDEPEND="
 	sys-apps/util-linux
 	sys-cluster/cman-lib
-	|| ( sys-cluster/corosync sys-cluster/openais sys-cluster/dlm-lib )
+	external?  (
+				|| ( sys-cluster/corosync sys-cluster/openais sys-cluster/dlm-lib )
+				)
 	sys-fs/e2fsprogs
 	sys-libs/ncurses
 	sys-libs/readline



             reply	other threads:[~2011-06-22 15:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 15:01 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13 22:34 [gentoo-commits] proj/sci:master commit in: sys-fs/ocfs2-tools/ Alexey Shvetsov
2011-06-24 17:09 Justin Lecher
2011-06-22 19:56 Alexey Shvetsov
2011-06-22 19:52 Alexey Shvetsov
2011-06-22 19:48 Alexey Shvetsov
2011-06-22 14:52 Alexey Shvetsov
2011-06-22 14:49 Alexey Shvetsov
2011-06-22 14:42 Alexey Shvetsov
2011-03-07 12:01 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60767a345a6c8d975dbf7b8834569c7c22657974.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox