diff options
author | 2011-12-13 22:24:32 +0000 | |
---|---|---|
committer | 2011-12-13 22:24:32 +0000 | |
commit | 95fd3991a5936f98f51147a302154e00f94d299b (patch) | |
tree | fcfa1eb2cbc90ec2b71a247a395ea6e0ee595dc4 /dev-util/schroot/schroot-1.4.14.ebuild | |
parent | Add /etc/emacs to the lisp load-path; site-start.el will move to this new loc... (diff) | |
download | historical-95fd3991a5936f98f51147a302154e00f94d299b.tar.gz historical-95fd3991a5936f98f51147a302154e00f94d299b.tar.bz2 historical-95fd3991a5936f98f51147a302154e00f94d299b.zip |
Remove btrfs support from stable version (requires unstable btrfs-progs), bump new unstable version that depends on the correct version of btrfs-progs (fixes bug 394529)
Package-Manager: portage-2.2.0_alpha80/cvs/Linux x86_64
Diffstat (limited to 'dev-util/schroot/schroot-1.4.14.ebuild')
-rw-r--r-- | dev-util/schroot/schroot-1.4.14.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/schroot/schroot-1.4.14.ebuild b/dev-util/schroot/schroot-1.4.14.ebuild index 5dfda182c25f..2b9f7bdadc4a 100644 --- a/dev-util/schroot/schroot-1.4.14.ebuild +++ b/dev-util/schroot/schroot-1.4.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v 1.6 2011/08/05 14:28:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v 1.7 2011/12/13 22:24:32 abcd Exp $ EAPI="3" WANT_AUTOMAKE="1.11" @@ -16,16 +16,17 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${MY_P}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="btrfs +dchroot debug doc lvm nls pam test" +#IUSE="btrfs +dchroot debug doc lvm nls pam test" +IUSE="+dchroot debug doc lvm nls pam test" COMMON_DEPEND=" >=dev-libs/boost-1.42.0 dev-libs/lockdev >=sys-apps/util-linux-2.16 - btrfs? ( sys-fs/btrfs-progs ) lvm? ( sys-fs/lvm2 ) pam? ( sys-libs/pam ) " +# btrfs? ( >=sys-fs/btrfs-progs-0.19-r2 ) DEPEND="${COMMON_DEPEND} doc? ( @@ -61,7 +62,7 @@ src_configure() { root_tests=no use test && (( EUID == 0 )) && root_tests=yes econf \ - $(use_enable btrfs btrfs-snapshot) \ + --disable-btrfs-snapshot \ $(use_enable doc doxygen) \ $(use_enable dchroot) \ $(use_enable dchroot dchroot-dsa) \ @@ -77,6 +78,7 @@ src_configure() { --disable-static \ --localstatedir="${EPREFIX}"/var \ --with-bash-completion-dir="${EPREFIX}"/usr/share/bash-completion +# $(use_enable btrfs btrfs-snapshot) \ } src_compile() { |