diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 22:37:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 22:37:36 +0000 |
commit | 5065bd5f668b0af6ee6dfd1552752874ef73cc10 (patch) | |
tree | 121d4d83e93beb28f175cae980c474497cdd498f /app-dicts | |
parent | Initial import, see bug #10580. (diff) | |
download | gentoo-2-5065bd5f668b0af6ee6dfd1552752874ef73cc10.tar.gz gentoo-2-5065bd5f668b0af6ee6dfd1552752874ef73cc10.tar.bz2 gentoo-2-5065bd5f668b0af6ee6dfd1552752874ef73cc10.zip |
sync IUSE (missing)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict-quick-eng-fra/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-dicts/stardict-quick-eng-fra/ChangeLog b/app-dicts/stardict-quick-eng-fra/ChangeLog index 8872325a7364..06ed3b72621c 100644 --- a/app-dicts/stardict-quick-eng-fra/ChangeLog +++ b/app-dicts/stardict-quick-eng-fra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-quick-eng-fra # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/ChangeLog,v 1.3 2004/06/24 21:48:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/ChangeLog,v 1.4 2004/06/29 22:37:36 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> + stardict-quick-eng-fra-2.4.2.ebuild: + sync IUSE (missing) *stardict-quick-eng-fra-2.4.2 (07 Jan 2004) diff --git a/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild b/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild index 51edad9999dc..594b6ad0c73f 100644 --- a/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild +++ b/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-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-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild,v 1.3 2004/06/24 21:48:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-quick-eng-fra/stardict-quick-eng-fra-2.4.2.ebuild,v 1.4 2004/06/29 22:37:36 agriffis Exp $ FROM_LANG="English" TO_LANG="French" @@ -11,5 +11,6 @@ inherit stardict HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_Quick.php" KEYWORDS="~x86 ~ppc" +IUSE="" RDEPEND=">=app-dicts/stardict-2.4.2" |