diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-02-15 17:57:46 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-02-15 17:57:46 +0000 |
commit | 2102c02bbe612dd46bc0dd6c8c4963ebe4076d8f (patch) | |
tree | e657d7468048116c9ece88e58e2f897e277a302e /sys-fs/captive | |
parent | old (diff) | |
download | gentoo-2-2102c02bbe612dd46bc0dd6c8c4963ebe4076d8f.tar.gz gentoo-2-2102c02bbe612dd46bc0dd6c8c4963ebe4076d8f.tar.bz2 gentoo-2-2102c02bbe612dd46bc0dd6c8c4963ebe4076d8f.zip |
Adding new depend on >=fuse-2.2 .. it does not work with old versions(1.4) as I learned from Milbo in #gentoo-anfaenger in IRC, thanks. I also added a dep on >=lufis-0.3 to make sure that people can take advantage of the uid= and gid= options and because it is more likely then that lufis is rebuilt when upgrading fuse from 1.4 to 2.2 .. rebuilding lufis is necessary when upgrading fuse major versions.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs/captive')
-rw-r--r-- | sys-fs/captive/ChangeLog | 11 | ||||
-rw-r--r-- | sys-fs/captive/captive-1.1.5-r2.ebuild | 5 |
2 files changed, 13 insertions, 3 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog index 6bb7c7b75fa1..0287f9e00633 100644 --- a/sys-fs/captive/ChangeLog +++ b/sys-fs/captive/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-fs/captive # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.4 2005/02/13 21:02:25 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.5 2005/02/15 17:57:46 genstef Exp $ + + 15 Feb 2005; Stefan Schweizer <genstef@gentoo.org> + captive-1.1.5-r2.ebuild: + Adding new depend on >=fuse-2.2 .. it does not work with old versions(1.4) + as I learned from Milbo in #gentoo-anfaenger in IRC, thanks. I also added a + dep on >=lufis-0.3 to make sure that people can take advantage of the uid= + and gid= options and because it is more likely then that lufis is rebuilt + when upgrading fuse from 1.4 to 2.2 .. rebuilding lufis is necessary when + upgrading fuse major versions. *captive-1.1.5-r2 (13 Feb 2005) diff --git a/sys-fs/captive/captive-1.1.5-r2.ebuild b/sys-fs/captive/captive-1.1.5-r2.ebuild index 722db0e9499f..b9953b6cac54 100644 --- a/sys-fs/captive/captive-1.1.5-r2.ebuild +++ b/sys-fs/captive/captive-1.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.5-r2.ebuild,v 1.1 2005/02/13 21:02:25 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.5-r2.ebuild,v 1.2 2005/02/15 17:57:46 genstef Exp $ inherit eutils @@ -22,7 +22,8 @@ RDEPEND="sys-libs/readline dev-libs/glib >=dev-libs/openssl-0.9.7c >=dev-libs/libxml2-2.4.29 - sys-fs/lufis" + >=sys-fs/lufis-0.3 + >=sys-fs/fuse-2.2" DEPEND="${RDEPEND} sys-fs/ntfsprogs" |