diff options
author | 2010-02-03 13:16:39 +0000 | |
---|---|---|
committer | 2010-02-03 13:16:39 +0000 | |
commit | ccc10b8235976a81841c1784ca6264b2ebca01d9 (patch) | |
tree | af96147945e5ae59723fb983748cb8c2bb286b0f /eclass | |
parent | Dev channel release bump, also include gnome default-apps file from pacho in ... (diff) | |
download | historical-ccc10b8235976a81841c1784ca6264b2ebca01d9.tar.gz historical-ccc10b8235976a81841c1784ca6264b2ebca01d9.tar.bz2 historical-ccc10b8235976a81841c1784ca6264b2ebca01d9.zip |
Move app-dicts/stardict to app-text/stardict.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/stardict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index 66ab0ab99379..d87a71c0ee29 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.15 2008/12/09 16:36:41 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.16 2010/02/03 13:16:39 pva Exp $ # Author : Alastair Tse <liquidx@gentoo.org> # @@ -31,7 +31,7 @@ IUSE="gzip" SLOT="0" LICENSE="GPL-2" -DEPEND=">=app-dicts/stardict-2.4.2 +DEPEND=">=app-text/stardict-2.4.2 gzip? ( app-arch/gzip app-text/dictd )" |