diff options
author | 2015-06-26 14:28:44 +0000 | |
---|---|---|
committer | 2015-06-26 14:28:44 +0000 | |
commit | 81872a91cb67b26f1b95d305ede91ec66abc53a4 (patch) | |
tree | 48428e6e0130f9e0719d694138f79af910fe2da4 /app-i18n | |
parent | Stable for amd64, wrt bug #551830 (diff) | |
download | gentoo-2-81872a91cb67b26f1b95d305ede91ec66abc53a4.tar.gz gentoo-2-81872a91cb67b26f1b95d305ede91ec66abc53a4.tar.bz2 gentoo-2-81872a91cb67b26f1b95d305ede91ec66abc53a4.zip |
Stable for amd64, wrt bug #551062
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index c0b5446013ec..ee7ffc81ac5b 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.159 2015/06/07 07:58:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.160 2015/06/26 14:28:44 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> ibus-1.5.10.ebuild: + Stable for amd64, wrt bug #551062 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/app-i18n/ibus/ibus-1.5.10.ebuild b/app-i18n/ibus/ibus-1.5.10.ebuild index 762fe39edb33..9497669df7e2 100644 --- a/app-i18n/ibus/ibus-1.5.10.ebuild +++ b/app-i18n/ibus/ibus-1.5.10.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-i18n/ibus/ibus-1.5.10.ebuild,v 1.1 2015/02/28 15:36:43 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.10.ebuild,v 1.2 2015/06/26 14:28:44 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://code.google.com/p/ibus/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X" REQUIRED_USE=" || ( gtk gtk3 X ) |