diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-06 19:39:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-06 19:39:06 +0000 |
commit | 03abb08281da9036f81439a730e6b44be4e2ab80 (patch) | |
tree | a6491708ad1277aba3d9f3f2a7203e75cef04b44 /dev-ruby | |
parent | Marking Time-Local-1.200.0 ppc for bug 397199 (diff) | |
download | gentoo-2-03abb08281da9036f81439a730e6b44be4e2ab80.tar.gz gentoo-2-03abb08281da9036f81439a730e6b44be4e2ab80.tar.bz2 gentoo-2-03abb08281da9036f81439a730e6b44be4e2ab80.zip |
Marking uconv-0.5.3 ppc for bug 396041
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby')
-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 0ce8b8a21bb4..bf350e4da48b 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.17 2012/01/15 16:43:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.18 2012/02/06 19:39:06 ranger Exp $ + + 06 Feb 2012; Brent Baude <ranger@gentoo.org> uconv-0.5.3.ebuild: + Marking uconv-0.5.3 ppc for bug 396041 15 Jan 2012; Raúl Porcel <armin76@gentoo.org> uconv-0.5.3.ebuild: ia64 stable wrt #396041 diff --git a/dev-ruby/uconv/uconv-0.5.3.ebuild b/dev-ruby/uconv/uconv-0.5.3.ebuild index 88dce6356273..0ac2c4d38d55 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.3 2012/01/15 16:43:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.5.3.ebuild,v 1.4 2012/02/06 19:39:06 ranger 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} |