diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 17:49:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 17:49:59 +0000 |
commit | 5884e75a0be05df80af77c4831bc9a5eb9c98d05 (patch) | |
tree | f7b0430bcb16ecf727a2d77b0992144c556eff6b /dev-ruby | |
parent | x86 stable wrt bug #543924 (diff) | |
download | gentoo-2-5884e75a0be05df80af77c4831bc9a5eb9c98d05.tar.gz gentoo-2-5884e75a0be05df80af77c4831bc9a5eb9c98d05.tar.bz2 gentoo-2-5884e75a0be05df80af77c4831bc9a5eb9c98d05.zip |
x86 stable wrt bug #545460
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/uconv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.6.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog index 3728309a470d..bf65e7e37adb 100644 --- a/dev-ruby/uconv/ChangeLog +++ b/dev-ruby/uconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/uconv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.33 2015/04/14 07:09:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.34 2015/04/21 17:49:59 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> uconv-0.6.1-r1.ebuild: + x86 stable wrt bug #545460 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> uconv-0.6.1-r1.ebuild: Stable for ppc64, wrt bug #545460 diff --git a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild b/dev-ruby/uconv/uconv-0.6.1-r1.ebuild index 7798e4b9f505..596aa4b2149b 100644 --- a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild +++ b/dev-ruby/uconv/uconv-0.6.1-r1.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/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.7 2015/04/14 07:09:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.8 2015/04/21 17:49:59 pacho Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv" SRC_URI="http://www.yoshidam.net/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 ~x86" +KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" RUBY_S=${PN} |