diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-29 10:32:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-29 10:32:44 +0000 |
commit | 5564c18be8803169a1d88c5b4df3cc28b131036d (patch) | |
tree | 93442de3ef4406e391a461ae1b92dcacedd651c4 /app-dicts/opendict | |
parent | Version bump. (diff) | |
download | gentoo-2-5564c18be8803169a1d88c5b4df3cc28b131036d.tar.gz gentoo-2-5564c18be8803169a1d88c5b4df3cc28b131036d.tar.bz2 gentoo-2-5564c18be8803169a1d88c5b4df3cc28b131036d.zip |
amd64/x86 stable, bug #531460
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-dicts/opendict')
-rw-r--r-- | app-dicts/opendict/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog index 3f177d703659..d3dc46bc356e 100644 --- a/app-dicts/opendict/ChangeLog +++ b/app-dicts/opendict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/opendict -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.30 2014/11/23 20:15:44 pacho Exp $ +# 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 $ + + 29 Jan 2015; Pacho Ramos <pacho@gentoo.org> opendict-0.6.3-r1.ebuild: + amd64/x86 stable, bug #531460 *opendict-0.6.3-r1 (23 Nov 2014) diff --git a/app-dicts/opendict/opendict-0.6.3-r1.ebuild b/app-dicts/opendict/opendict-0.6.3-r1.ebuild index 664aaa940d8e..165ff8dfb321 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-2014 Gentoo Foundation +# 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.1 2014/11/23 20:15:44 pacho Exp $ +# $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 $ 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}" |