diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-10 09:27:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-10 09:27:18 +0000 |
commit | 42fcc1b0647e43a7fd6b98114a57cc75ab7e833e (patch) | |
tree | 9626fa7bc192c93ca50879941da32194ade3dc4e /dev-ruby | |
parent | Add ~ppc, wrt bug #522056 (diff) | |
download | gentoo-2-42fcc1b0647e43a7fd6b98114a57cc75ab7e833e.tar.gz gentoo-2-42fcc1b0647e43a7fd6b98114a57cc75ab7e833e.tar.bz2 gentoo-2-42fcc1b0647e43a7fd6b98114a57cc75ab7e833e.zip |
Add ~ppc, wrt bug #522056
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/http-cookie/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/http-cookie/http-cookie-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/http-cookie/ChangeLog b/dev-ruby/http-cookie/ChangeLog index cc5f4dbfe94d..2f27fea28300 100644 --- a/dev-ruby/http-cookie/ChangeLog +++ b/dev-ruby/http-cookie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/http-cookie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.4 2015/02/05 10:21:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.5 2015/02/10 09:27:18 ago Exp $ + + 10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild: + Add ~ppc, wrt bug #522056 05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> http-cookie-1.0.2.ebuild: Add ~x86, wrt bug #522056 diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild index 209ddb80e87a..4b6f7fc2f176 100644 --- a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild +++ b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.4 2015/02/05 10:21:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.5 2015/02/10 09:27:18 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/sparklemotion/http-cookie" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0" |