diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 22:10:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 22:10:50 +0000 |
commit | 0622e161c4ea144250feb0859745d5c07d330dd6 (patch) | |
tree | 1d57988e0358833dd7143a231a61d5fd70410ec7 /app-dicts | |
parent | Fix compile error when glut flag is not set (bug #41761) (Manifest recommit) (diff) | |
download | gentoo-2-0622e161c4ea144250feb0859745d5c07d330dd6.tar.gz gentoo-2-0622e161c4ea144250feb0859745d5c07d330dd6.tar.bz2 gentoo-2-0622e161c4ea144250feb0859745d5c07d330dd6.zip |
sync IUSE (missing)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict-oxford-en-zh-gb/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-dicts/stardict-oxford-en-zh-gb/ChangeLog b/app-dicts/stardict-oxford-en-zh-gb/ChangeLog index 53c15ee5c777..321c7ce667f6 100644 --- a/app-dicts/stardict-oxford-en-zh-gb/ChangeLog +++ b/app-dicts/stardict-oxford-en-zh-gb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-oxford-en-zh-gb # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/ChangeLog,v 1.3 2004/06/24 21:48:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/ChangeLog,v 1.4 2004/06/29 22:10:50 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> + stardict-oxford-en-zh-gb-2.4.2.ebuild: + sync IUSE (missing) *stardict-oxford-en-zh-gb-2.4.2 (07 Jan 2004) diff --git a/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild b/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild index 14730a9bf079..5c51bba86dd1 100644 --- a/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild +++ b/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild @@ -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/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild,v 1.3 2004/06/24 21:48:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-oxford-en-zh-gb/stardict-oxford-en-zh-gb-2.4.2.ebuild,v 1.4 2004/06/29 22:10:50 agriffis Exp $ FROM_LANG="English" TO_LANG="Simplified Chinese (GB)" @@ -12,5 +12,6 @@ inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_CN.php" KEYWORDS="~x86 ~ppc" +IUSE="" RDEPEND=">=app-dicts/stardict-2.4.2" |