diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-11-25 19:27:50 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-11-25 19:27:50 +0000 |
commit | a2fc4728f4b4527c49ab09b48301f565e9bcf23e (patch) | |
tree | 7a4b7e4f53da429456b4f4b405019a3719e043cb /dev-ruby | |
parent | marked ~x86 per bug 434488 (diff) | |
download | gentoo-2-a2fc4728f4b4527c49ab09b48301f565e9bcf23e.tar.gz gentoo-2-a2fc4728f4b4527c49ab09b48301f565e9bcf23e.tar.bz2 gentoo-2-a2fc4728f4b4527c49ab09b48301f565e9bcf23e.zip |
marked ~x86 per bug 434488
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/httpauth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/httpauth/httpauth-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/httpauth/ChangeLog b/dev-ruby/httpauth/ChangeLog index 9912dca42b2d..83bced67cbc9 100644 --- a/dev-ruby/httpauth/ChangeLog +++ b/dev-ruby/httpauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/httpauth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.2 2012/10/12 05:10:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.3 2012/11/25 19:27:50 tomka Exp $ + + 25 Nov 2012; Thomas Kahle <tomka@gentoo.org> httpauth-0.2.0.ebuild: + marked ~x86 per bug 434488 *httpauth-0.2.0 (12 Oct 2012) diff --git a/dev-ruby/httpauth/httpauth-0.2.0.ebuild b/dev-ruby/httpauth/httpauth-0.2.0.ebuild index f6b54df6820f..068b759c3d33 100644 --- a/dev-ruby/httpauth/httpauth-0.2.0.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.0.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/httpauth/httpauth-0.2.0.ebuild,v 1.1 2012/10/12 05:10:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.0.ebuild,v 1.2 2012/11/25 19:27:50 tomka Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19" @@ -18,5 +18,5 @@ HOMEPAGE="http://httpauth.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" |