summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-11-25 19:16:31 +0000
committerThomas Kahle <tomka@gentoo.org>2012-11-25 19:16:31 +0000
commita7dd6d107fe117f188766121716f531257b571fe (patch)
tree4ae72efaea7e823b83a0d75d3ff7aab5905aae93 /dev-ruby/net-http-digest_auth
parentmarked ~x86 per bug 432830 (diff)
downloadgentoo-2-a7dd6d107fe117f188766121716f531257b571fe.tar.gz
gentoo-2-a7dd6d107fe117f188766121716f531257b571fe.tar.bz2
gentoo-2-a7dd6d107fe117f188766121716f531257b571fe.zip
marked ~x86 per bug 432830
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'dev-ruby/net-http-digest_auth')
-rw-r--r--dev-ruby/net-http-digest_auth/ChangeLog6
-rw-r--r--dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/net-http-digest_auth/ChangeLog b/dev-ruby/net-http-digest_auth/ChangeLog
index 17758d87a7e1..68ff1a5e2abd 100644
--- a/dev-ruby/net-http-digest_auth/ChangeLog
+++ b/dev-ruby/net-http-digest_auth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/net-http-digest_auth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.4 2012/09/29 15:41:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.5 2012/11/25 19:16:31 tomka Exp $
+
+ 25 Nov 2012; Thomas Kahle <tomka@gentoo.org>
+ net-http-digest_auth-1.2.1.ebuild:
+ marked ~x86 per bug 432830
29 Sep 2012; Fabian Groffen <grobian@gentoo.org>
net-http-digest_auth-1.2.1.ebuild:
diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild
index a79ec0dbdc08..89646160f8ed 100644
--- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild
+++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.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/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild,v 1.3 2012/09/29 15:41:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild,v 1.4 2012/11/25 19:16:31 tomka Exp $
EAPI=4
@@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/minitest )"