diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-14 14:51:52 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-14 14:51:52 +0000 |
commit | dc5fe134c34d5abdccf9f2f8655f9b38e8afc930 (patch) | |
tree | de5e2b5298d7d64f4fadc31edcce57659d34f0d5 /app-dicts/opendict | |
parent | Fix compilation with gcc-4.6, thanks to Ryan Hill and Jean-Francis Roy (bug #... (diff) | |
download | gentoo-2-dc5fe134c34d5abdccf9f2f8655f9b38e8afc930.tar.gz gentoo-2-dc5fe134c34d5abdccf9f2f8655f9b38e8afc930.tar.bz2 gentoo-2-dc5fe134c34d5abdccf9f2f8655f9b38e8afc930.zip |
x86 stable per bug 363877
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'app-dicts/opendict')
-rw-r--r-- | app-dicts/opendict/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog index e88dd1258909..813b718a4088 100644 --- a/app-dicts/opendict/ChangeLog +++ b/app-dicts/opendict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/opendict # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.24 2011/04/26 11:21:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.25 2011/05/14 14:51:52 tomka Exp $ + + 14 May 2011; Thomas Kahle <tomka@gentoo.org> opendict-0.6.3.ebuild: + x86 stable per bug 363877 26 Apr 2011; Markos Chandras <hwoarang@gentoo.org> opendict-0.6.3.ebuild: Stable on amd64 wrt bug #363877 diff --git a/app-dicts/opendict/opendict-0.6.3.ebuild b/app-dicts/opendict/opendict-0.6.3.ebuild index 5349bad7726a..ae5be08025b8 100644 --- a/app-dicts/opendict/opendict-0.6.3.ebuild +++ b/app-dicts/opendict/opendict-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.6 2011/04/26 11:21:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.7 2011/05/14 14:51:52 tomka Exp $ EAPI=3 PYTHON_DEPEND=2 @@ -12,7 +12,7 @@ HOMEPAGE="http://opendict.sourceforge.net/" SRC_URI="http://opendict.idiles.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="dev-python/wxpython:2.8 |