diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 18:15:06 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 18:15:06 +0000 |
commit | 91440884e16b500c03f2d443c6c79112749358bf (patch) | |
tree | 0ad55051a3ac08aa279c9e7ad562d4e2a3ad065a /dev-ruby/uconv | |
parent | x86 stable wrt bug #395883 (diff) | |
download | gentoo-2-91440884e16b500c03f2d443c6c79112749358bf.tar.gz gentoo-2-91440884e16b500c03f2d443c6c79112749358bf.tar.bz2 gentoo-2-91440884e16b500c03f2d443c6c79112749358bf.zip |
x86 stable wrt bug #396041
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/uconv')
-rw-r--r-- | dev-ruby/uconv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog index 5cf6bc30356e..13587464e40e 100644 --- a/dev-ruby/uconv/ChangeLog +++ b/dev-ruby/uconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/uconv -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.15 2010/05/17 19:32:52 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.16 2012/01/04 18:15:06 phajdan.jr Exp $ + + 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> uconv-0.5.3.ebuild: + x86 stable wrt bug #396041 *uconv-0.5.3 (17 May 2010) diff --git a/dev-ruby/uconv/uconv-0.5.3.ebuild b/dev-ruby/uconv/uconv-0.5.3.ebuild index abfa541b237c..8694206d360c 100644 --- a/dev-ruby/uconv/uconv-0.5.3.ebuild +++ b/dev-ruby/uconv/uconv-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.5.3.ebuild,v 1.1 2010/05/17 19:32:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.5.3.ebuild,v 1.2 2012/01/04 18:15:06 phajdan.jr Exp $ EAPI="2" USE_RUBY="ruby18" @@ -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 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86" IUSE="" S=${WORKDIR}/${PN} |