summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-12-22 18:45:01 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-12-22 18:45:01 +0000
commit4c8a763b65cfec7362bd3088c38d8b2fd7c4abbf (patch)
treea9396b733fb6d81f7ef517941e04274387b62909 /dev-ruby/addressable
parentKeyword ~ppc64, bug #465948 (diff)
downloadgentoo-2-4c8a763b65cfec7362bd3088c38d8b2fd7c4abbf.tar.gz
gentoo-2-4c8a763b65cfec7362bd3088c38d8b2fd7c4abbf.tar.bz2
gentoo-2-4c8a763b65cfec7362bd3088c38d8b2fd7c4abbf.zip
Keyword ~ppc64, bug #465948
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r--dev-ruby/addressable/ChangeLog6
-rw-r--r--dev-ruby/addressable/addressable-2.3.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/addressable/ChangeLog b/dev-ruby/addressable/ChangeLog
index 42aa9d39c3ce..a3dcce55fce5 100644
--- a/dev-ruby/addressable/ChangeLog
+++ b/dev-ruby/addressable/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/addressable
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.38 2013/11/11 10:46:04 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.39 2013/12/22 18:45:01 blueness Exp $
+
+ 22 Dec 2013; Anthony G. Basile <blueness@gentoo.org>
+ addressable-2.3.5-r1.ebuild:
+ Keyword ~ppc64, bug #465948
*addressable-2.3.5-r1 (11 Nov 2013)
diff --git a/dev-ruby/addressable/addressable-2.3.5-r1.ebuild b/dev-ruby/addressable/addressable-2.3.5-r1.ebuild
index f0810bbdd941..952cc8e7fc52 100644
--- a/dev-ruby/addressable/addressable-2.3.5-r1.ebuild
+++ b/dev-ruby/addressable/addressable-2.3.5-r1.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/addressable/addressable-2.3.5-r1.ebuild,v 1.1 2013/11/11 10:46:04 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.5-r1.ebuild,v 1.2 2013/12/22 18:45:01 blueness Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"
@@ -21,7 +21,7 @@ HOMEPAGE="http://addressable.rubyforge.org/"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "doc? ( dev-ruby/yard )"