diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-05-29 18:46:24 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-05-29 18:46:24 +0000 |
commit | 04f58f702f95166cc2d33632826be495dbfdb98a (patch) | |
tree | 555ebe49fbf2c3da04dacb560c01ecafe1853caf /eclass/sword-module.eclass | |
parent | Taking the ebuild, thanks to zzam for proxy committing. Ebuild cleanup, monol... (diff) | |
download | historical-04f58f702f95166cc2d33632826be495dbfdb98a.tar.gz historical-04f58f702f95166cc2d33632826be495dbfdb98a.tar.bz2 historical-04f58f702f95166cc2d33632826be495dbfdb98a.zip |
Update sword-module deps, bug 261514
Diffstat (limited to 'eclass/sword-module.eclass')
-rw-r--r-- | eclass/sword-module.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/sword-module.eclass b/eclass/sword-module.eclass index ba90bc3734e7..6192a32fb962 100644 --- a/eclass/sword-module.eclass +++ b/eclass/sword-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v 1.1 2008/02/23 17:09:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v 1.2 2009/05/29 18:46:24 beandog Exp $ # # eclass to simplify installation of Sword modules @@ -21,8 +21,7 @@ IUSE="" S="${WORKDIR}" -RDEPEND="app-text/sword - !app-text/sword-modules" +RDEPEND="app-text/sword" DEPEND="app-arch/unzip" sword-module_src_install() { |