diff options
author | 2014-06-22 12:39:51 +0000 | |
---|---|---|
committer | 2014-06-22 12:39:51 +0000 | |
commit | b902b34ccb2a5ae9e45ed9302952bdb63c24b22c (patch) | |
tree | 24f99d87f25af34148bc9278c8ea52504ba2cc54 /app-i18n | |
parent | Fix dependencies and the multilib support code. (diff) | |
download | gentoo-2-b902b34ccb2a5ae9e45ed9302952bdb63c24b22c.tar.gz gentoo-2-b902b34ccb2a5ae9e45ed9302952bdb63c24b22c.tar.bz2 gentoo-2-b902b34ccb2a5ae9e45ed9302952bdb63c24b22c.zip |
Stable for ppc, wrt bug #510672
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/uim/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/uim/uim-1.8.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog index 747575e964c9..0a038557a593 100644 --- a/app-i18n/uim/ChangeLog +++ b/app-i18n/uim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/uim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.269 2014/06/16 11:09:10 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.270 2014/06/22 12:39:51 ago Exp $ + + 22 Jun 2014; Agostino Sarubbo <ago@gentoo.org> uim-1.8.6-r1.ebuild: + Stable for ppc, wrt bug #510672 16 Jun 2014; Chema Alonso <nimiux@gentoo.org> uim-1.8.6-r1.ebuild: Stable for amd64 wrt bug #510672 diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild index ed6eccbbeecf..f2da6df7ffd6 100644 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild +++ b/app-i18n/uim/uim-1.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v 1.4 2014/06/16 11:09:10 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v 1.5 2014/06/22 12:39:51 ago Exp $ EAPI="5" inherit autotools eutils multilib elisp-common gnome2-utils @@ -11,7 +11,7 @@ SRC_URI="http://uim.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 hppa ppc ~ppc64 x86" IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko" RESTRICT="test" |