summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r--dev-ruby/addressable/ChangeLog8
-rw-r--r--dev-ruby/addressable/addressable-2.3.2.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/addressable/ChangeLog b/dev-ruby/addressable/ChangeLog
index 8c9be5f66b47..73c8249e53d6 100644
--- a/dev-ruby/addressable/ChangeLog
+++ b/dev-ruby/addressable/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/addressable
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.25 2012/12/01 14:41:23 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.26 2013/01/01 09:01:59 ago Exp $
+
+ 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> addressable-2.3.2.ebuild:
+ Stable for amd64, wrt bug #448672
01 Dec 2012; Hans de Graaff <graaff@gentoo.org> addressable-2.3.2.ebuild:
Use proper license, fixing bug 445454.
@@ -111,4 +114,3 @@
+addressable-2.1.1.ebuild, +metadata.xml:
Initial import of addressable with the fakegem eclass (dependency of Typo
for those interested).
-
diff --git a/dev-ruby/addressable/addressable-2.3.2.ebuild b/dev-ruby/addressable/addressable-2.3.2.ebuild
index 1203d2218499..a601a2f231c1 100644
--- a/dev-ruby/addressable/addressable-2.3.2.ebuild
+++ b/dev-ruby/addressable/addressable-2.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.2.ebuild,v 1.2 2012/12/01 14:41:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.2.ebuild,v 1.3 2013/01/01 09:01:59 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 jruby ree18"
@@ -21,7 +21,7 @@ HOMEPAGE="http://addressable.rubyforge.org/"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~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 )"