diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-29 17:14:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-29 17:14:26 +0000 |
commit | 8e155081b1cdcf33779ba4a1f3cf36b220ea7741 (patch) | |
tree | 02332db47500df9c0dce279aadadcf87bc33a792 /app-dicts/pydict | |
parent | fix symlinkproblems (diff) | |
download | gentoo-2-8e155081b1cdcf33779ba4a1f3cf36b220ea7741.tar.gz gentoo-2-8e155081b1cdcf33779ba4a1f3cf36b220ea7741.tar.bz2 gentoo-2-8e155081b1cdcf33779ba4a1f3cf36b220ea7741.zip |
unmasking and ebuild fixes
Diffstat (limited to 'app-dicts/pydict')
-rw-r--r-- | app-dicts/pydict/pydict-0.2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild index 154a3298e2b8..1ea3b8bd3ec5 100644 --- a/app-dicts/pydict/pydict-0.2.5.1.ebuild +++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.3 2003/03/01 00:03:04 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.4 2003/06/29 17:14:26 aliz Exp $ DESCRIPTION="Chinese-English / English-Chinese dictionary" HOMEPAGE="http://sourceforge.net/projects/pydict" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/pyDict-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/python =dev-python/pygtk-0.6*" |