diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-07-29 20:25:35 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-07-29 20:25:35 +0000 |
commit | 419fef1db7bd8b3485f3de763cb8db79935bdc4a (patch) | |
tree | 88f9eb0c334bf625a70282371408ff2739b7dde8 /sys-fs/ntfs3g | |
parent | Remove version 351 and clean up dependencies a bit. (diff) | |
download | gentoo-2-419fef1db7bd8b3485f3de763cb8db79935bdc4a.tar.gz gentoo-2-419fef1db7bd8b3485f3de763cb8db79935bdc4a.tar.bz2 gentoo-2-419fef1db7bd8b3485f3de763cb8db79935bdc4a.zip |
Reorganize DEPEND and RDEPEND.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 43191e166cc3..3a67853474d5 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.5 2006/07/28 18:44:42 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.6 2006/07/29 20:25:35 chutzpah Exp $ + + 29 Jul 2006; Patrick McLean <chutzpah@gentoo.org> + ntfs3g-0.1_beta20070714.ebuild: + Reorganize DEPEND and RDEPEND. 28 Jul 2006; Patrick McLean <chutzpah@gentoo.org> ntfs3g-0.1_beta20070714.ebuild: diff --git a/sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild b/sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild index 6000793c4b4d..cfc2aed860ac 100644 --- a/sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild,v 1.5 2006/07/28 18:44:42 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-0.1_beta20070714.ebuild,v 1.6 2006/07/29 20:25:35 chutzpah Exp $ MY_PN="${PN/3g/-3g}" MY_PV="${PV#0.1_beta}" @@ -16,9 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=sys-fs/fuse-2.5.0 +RDEPEND=">=sys-fs/fuse-2.5.0" +DEPEND="${RDEPEND} !sys-fs/ntfsprogs" -RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |