diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-15 07:26:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-15 07:26:00 +0000 |
commit | f3b0d7988f707de72525649b976b79b65f3689fd (patch) | |
tree | 0bdb949589a66ae6474dbe5b1744d15c37deb8ec /sys-fs/cdfs/cdfs-2.6.23.ebuild | |
parent | ebuild level masking of this version via removal of keywords (diff) | |
download | gentoo-2-f3b0d7988f707de72525649b976b79b65f3689fd.tar.gz gentoo-2-f3b0d7988f707de72525649b976b79b65f3689fd.tar.bz2 gentoo-2-f3b0d7988f707de72525649b976b79b65f3689fd.zip |
Remove misleading RDEPENDS and DEPENDS
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/cdfs/cdfs-2.6.23.ebuild')
-rw-r--r-- | sys-fs/cdfs/cdfs-2.6.23.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-fs/cdfs/cdfs-2.6.23.ebuild b/sys-fs/cdfs/cdfs-2.6.23.ebuild index 5729a7adda58..3eac2a9c8600 100644 --- a/sys-fs/cdfs/cdfs-2.6.23.ebuild +++ b/sys-fs/cdfs/cdfs-2.6.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.23.ebuild,v 1.2 2009/12/05 22:09:44 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.23.ebuild,v 1.3 2010/06/15 07:26:00 tove Exp $ inherit eutils linux-mod @@ -12,8 +12,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPENDS="" -DEPENDS="" MODULE_NAMES="cdfs(fs)" CONFIG_CHECK="BLK_DEV_LOOP" |