diff options
author | 2012-12-22 17:09:26 +0000 | |
---|---|---|
committer | 2012-12-22 17:09:26 +0000 | |
commit | 87ecab7daa1ae6fa908a43fe67ae2f78ed83a634 (patch) | |
tree | 2f0993e0fea31a68d11a4de16dd2fcf34722fca9 | |
parent | Add ~ia64, wrt bug #448162 (diff) | |
download | gentoo-2-87ecab7daa1ae6fa908a43fe67ae2f78ed83a634.tar.gz gentoo-2-87ecab7daa1ae6fa908a43fe67ae2f78ed83a634.tar.bz2 gentoo-2-87ecab7daa1ae6fa908a43fe67ae2f78ed83a634.zip |
Add ~ia64, wrt bug #448162
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
-rw-r--r-- | dev-ruby/ruby-gettext/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gettext/ChangeLog b/dev-ruby/ruby-gettext/ChangeLog index ceafdbaed34f..8f16b6d295db 100644 --- a/dev-ruby/ruby-gettext/ChangeLog +++ b/dev-ruby/ruby-gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-gettext # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.93 2012/12/22 17:05:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.94 2012/12/22 17:09:26 ago Exp $ + + 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ruby-gettext-2.3.3.ebuild: + Add ~ia64, wrt bug #448162 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ruby-gettext-2.3.3.ebuild: Add ~x86, wrt bug #448162 diff --git a/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild index 7df09e64b1c2..92cb1882cfdf 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild,v 1.4 2012/12/22 17:05:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild,v 1.5 2012/12/22 17:09:26 ago Exp $ EAPI=4 @@ -22,7 +22,7 @@ inherit ruby-fakegem DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="doc test" SLOT="0" LICENSE="Ruby" |