summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-09-29 15:55:00 +0000
committerFabian Groffen <grobian@gentoo.org>2012-09-29 15:55:00 +0000
commita3f7d71eb3b582866751d296ae76565a1b47d8e1 (patch)
tree05bc472737c95a1f339795458aff4ee453ad47b3 /dev-ruby/net-http-digest_auth
parentSpecify LICENSE more precisely: "as-is" is really "man-pages". (diff)
downloadhistorical-a3f7d71eb3b582866751d296ae76565a1b47d8e1.tar.gz
historical-a3f7d71eb3b582866751d296ae76565a1b47d8e1.tar.bz2
historical-a3f7d71eb3b582866751d296ae76565a1b47d8e1.zip
Added Prefix keywords, bug #432830
Package-Manager: portage-2.2.01.21143-prefix/cvs/Darwin i386
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 f4601fda95bf..17758d87a7e1 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.3 2012/09/27 10:32:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.4 2012/09/29 15:41:24 grobian Exp $
+
+ 29 Sep 2012; Fabian Groffen <grobian@gentoo.org>
+ net-http-digest_auth-1.2.1.ebuild:
+ Added Prefix keywords, bug #432830
27 Sep 2012; Samuli Suominen <ssuominen@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 2085c1456eae..a79ec0dbdc08 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.2 2012/09/27 10:32:54 ssuominen Exp $
+# $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 $
EAPI=4
@@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/minitest )"