diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-03 19:43:56 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-03 19:43:56 +0000 |
commit | 274dbb0ebf8c375209deddacd482622f4bdd5bbb (patch) | |
tree | 7a82c7899db2519d56426aa824bd44d5843fbfdd /dev-ruby | |
parent | version bump (diff) | |
download | gentoo-2-274dbb0ebf8c375209deddacd482622f4bdd5bbb.tar.gz gentoo-2-274dbb0ebf8c375209deddacd482622f4bdd5bbb.tar.bz2 gentoo-2-274dbb0ebf8c375209deddacd482622f4bdd5bbb.zip |
x86 stable, bug #480982
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/uconv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog index e8e1683cc0ad..23607a757c64 100644 --- a/dev-ruby/uconv/ChangeLog +++ b/dev-ruby/uconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/uconv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.25 2013/10/04 19:09:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.26 2013/12/03 19:43:56 johu Exp $ + + 03 Dec 2013; Johannes Huber <johu@gentoo.org> uconv-0.6.1.ebuild: + x86 stable, bug #480982 *uconv-0.6.1-r1 (04 Oct 2013) diff --git a/dev-ruby/uconv/uconv-0.6.1.ebuild b/dev-ruby/uconv/uconv-0.6.1.ebuild index 4fc6529067b6..81eb7200cca0 100644 --- a/dev-ruby/uconv/uconv-0.6.1.ebuild +++ b/dev-ruby/uconv/uconv-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.ebuild,v 1.3 2013/09/05 12:35:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1.ebuild,v 1.4 2013/12/03 19:43:56 johu Exp $ EAPI=5 USE_RUBY="ruby18 ruby19" @@ -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} |