diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-01-15 16:43:57 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-01-15 16:43:57 +0000 |
commit | 60b436af63f665680fee24da8e525782c5644226 (patch) | |
tree | c6d5bbed941b951c0473b8c378267cd49775de00 /dev-ruby/uconv | |
parent | alpha/ia64/s390/sh/sparc stable wrt #394979 (diff) | |
download | gentoo-2-60b436af63f665680fee24da8e525782c5644226.tar.gz gentoo-2-60b436af63f665680fee24da8e525782c5644226.tar.bz2 gentoo-2-60b436af63f665680fee24da8e525782c5644226.zip |
ia64 stable wrt #396041
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'dev-ruby/uconv')
-rw-r--r-- | dev-ruby/uconv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog index 13587464e40e..0ce8b8a21bb4 100644 --- a/dev-ruby/uconv/ChangeLog +++ b/dev-ruby/uconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/uconv # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.17 2012/01/15 16:43:57 armin76 Exp $ + + 15 Jan 2012; Raúl Porcel <armin76@gentoo.org> uconv-0.5.3.ebuild: + ia64 stable wrt #396041 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> uconv-0.5.3.ebuild: x86 stable wrt bug #396041 diff --git a/dev-ruby/uconv/uconv-0.5.3.ebuild b/dev-ruby/uconv/uconv-0.5.3.ebuild index 8694206d360c..88dce6356273 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-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.2 2012/01/04 18:15:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.5.3.ebuild,v 1.3 2012/01/15 16:43:57 armin76 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} |