diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 07:09:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 07:09:05 +0000 |
commit | 989865862e06f935bb0de1c1058ebdffe1609f31 (patch) | |
tree | 753463ac6ba44c73db00b1b4b68af76749685cf0 /dev-ruby/uconv | |
parent | Stable for x86, wrt bug #546484 (diff) | |
download | gentoo-2-989865862e06f935bb0de1c1058ebdffe1609f31.tar.gz gentoo-2-989865862e06f935bb0de1c1058ebdffe1609f31.tar.bz2 gentoo-2-989865862e06f935bb0de1c1058ebdffe1609f31.zip |
Stable for ppc, wrt bug #545460
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/uconv')
-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 73f330d853d0..adbc4e35aa8c 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.31 2015/04/04 07:03:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.32 2015/04/14 07:09:05 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> uconv-0.6.1-r1.ebuild: + Stable for ppc, wrt bug #545460 *uconv-0.6.1-r2 (04 Apr 2015) diff --git a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild b/dev-ruby/uconv/uconv-0.6.1-r1.ebuild index b79558c985a3..7cd790da6a16 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.5 2015/04/04 07:03:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.6 2015/04/14 07:09:05 ago 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} |