diff options
author | 2014-05-21 14:35:14 +0000 | |
---|---|---|
committer | 2014-05-21 14:35:14 +0000 | |
commit | 3728963f144a4987195776b6d4f5d392cc846c40 (patch) | |
tree | 013b8b823b5a7985d2ab4908244e737425fb08bf /app-i18n | |
parent | drop py2.6 add py3.4, patches to fix configure failure under py3.4, patch cou... (diff) | |
download | gentoo-2-3728963f144a4987195776b6d4f5d392cc846c40.tar.gz gentoo-2-3728963f144a4987195776b6d4f5d392cc846c40.tar.bz2 gentoo-2-3728963f144a4987195776b6d4f5d392cc846c40.zip |
Stable for HPPA (bug #510672).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 4b23dbebdea8..5ebd0957257a 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.266 2014/05/18 19:03:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.267 2014/05/21 14:35:14 jer Exp $ + + 21 May 2014; Jeroen Roovers <jer@gentoo.org> uim-1.8.6-r1.ebuild: + Stable for HPPA (bug #510672). *uim-1.8.6-r1 (18 May 2014) diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild index 0e0a8562f0d2..f2c442ce192a 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.1 2014/05/18 19:03:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v 1.2 2014/05/21 14:35:14 jer 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" |