diff options
author | David Holm <dholm@gentoo.org> | 2004-08-30 23:26:39 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-08-30 23:26:39 +0000 |
commit | c06e639bdb9bfe6c5428fe842518566aae4a72c5 (patch) | |
tree | 84bb41ce6e6ec86b8373c2000392ea42427e8865 /app-dicts/opendict | |
parent | Added to ~ppc (Manifest recommit) (Manifest recommit) (Manifest recommit) (diff) | |
download | gentoo-2-c06e639bdb9bfe6c5428fe842518566aae4a72c5.tar.gz gentoo-2-c06e639bdb9bfe6c5428fe842518566aae4a72c5.tar.bz2 gentoo-2-c06e639bdb9bfe6c5428fe842518566aae4a72c5.zip |
Added to ~ppc
Diffstat (limited to 'app-dicts/opendict')
-rw-r--r-- | app-dicts/opendict/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog index 7ecd490d7e17..a71c6fa27996 100644 --- a/app-dicts/opendict/ChangeLog +++ b/app-dicts/opendict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/opendict # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.3 2004/08/14 17:40:26 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.4 2004/08/30 23:24:31 dholm Exp $ + + 31 Aug 2004; David Holm <dholm@gentoo.org> opendict-0.5.4.ebuild: + Added to ~ppc. 14 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> opendict-0.5.4.ebuild: Added einfo for plugin downloads diff --git a/app-dicts/opendict/opendict-0.5.4.ebuild b/app-dicts/opendict/opendict-0.5.4.ebuild index 6683842dcda1..83bb90d8d145 100644 --- a/app-dicts/opendict/opendict-0.5.4.ebuild +++ b/app-dicts/opendict/opendict-0.5.4.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/opendict/opendict-0.5.4.ebuild,v 1.3 2004/08/14 17:40:26 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.5.4.ebuild,v 1.4 2004/08/30 23:24:31 dholm Exp $ inherit python @@ -9,7 +9,7 @@ HOMEPAGE="http://opendict.sourceforge.net/" SRC_URI="mirror://sourceforge/opendict/OpenDict-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-python/wxpython-2.4.2.4 virtual/python" |