diff options
author | 2015-03-02 09:20:14 +0000 | |
---|---|---|
committer | 2015-03-02 09:20:14 +0000 | |
commit | 73195bffb26f328c7945808c0ca4aa5db85927d6 (patch) | |
tree | 3a2edeb357bba67133fdd88ee5cdc187f42b3430 /app-dicts | |
parent | Just issue an warning on newer kernels. (diff) | |
download | gentoo-2-73195bffb26f328c7945808c0ca4aa5db85927d6.tar.gz gentoo-2-73195bffb26f328c7945808c0ca4aa5db85927d6.tar.bz2 gentoo-2-73195bffb26f328c7945808c0ca4aa5db85927d6.zip |
Stable for ppc, wrt bug #531460
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/opendict/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog index d3dc46bc356e..ab95c4bc962e 100644 --- a/app-dicts/opendict/ChangeLog +++ b/app-dicts/opendict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/opendict # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.31 2015/01/29 10:32:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.32 2015/03/02 09:20:14 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> opendict-0.6.3-r1.ebuild: + Stable for ppc, wrt bug #531460 29 Jan 2015; Pacho Ramos <pacho@gentoo.org> opendict-0.6.3-r1.ebuild: amd64/x86 stable, bug #531460 diff --git a/app-dicts/opendict/opendict-0.6.3-r1.ebuild b/app-dicts/opendict/opendict-0.6.3-r1.ebuild index 165ff8dfb321..e18ad0b0e94f 100644 --- a/app-dicts/opendict/opendict-0.6.3-r1.ebuild +++ b/app-dicts/opendict/opendict-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.2 2015/01/29 10:32:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild,v 1.3 2015/03/02 09:20:14 ago Exp $ EAPI=5 GCONF_DEBUG="no" # We skip gnome2_src_configure entirely @@ -13,7 +13,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="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |