From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-708042-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2B24F13877A
	for <garchives@archives.gentoo.org>; Wed,  2 Jul 2014 09:04:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 782CCE09A4;
	Wed,  2 Jul 2014 09:04:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 706C7E099F
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Jul 2014 09:04:25 +0000 (UTC)
Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 908D433FF40
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Jul 2014 09:04:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by spoonbill.gentoo.org (Postfix) with ESMTP id BB5EE193EE
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Jul 2014 09:04:22 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1404291583.623388f5cd18d09e3636c0d1fccd9193c89b2854.graaff@gentoo>
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/formtastic/
X-VCS-Repository: dev/graaff
X-VCS-Files: dev-ruby/formtastic/ChangeLog dev-ruby/formtastic/formtastic-2.2.1.ebuild
X-VCS-Directories: dev-ruby/formtastic/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 623388f5cd18d09e3636c0d1fccd9193c89b2854
X-VCS-Branch: master
Date: Wed,  2 Jul 2014 09:04:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 1aee6518-e3ba-4461-84b8-c6f8cf99b0f6
X-Archives-Hash: aa4f56d25d375a81f8d36f2762a685a8

commit:     623388f5cd18d09e3636c0d1fccd9193c89b2854
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul  2 08:59:43 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  2 08:59:43 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=623388f5

Add ruby20, ruby21.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/formtastic/ChangeLog               | 5 ++++-
 dev-ruby/formtastic/formtastic-2.2.1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/formtastic/ChangeLog b/dev-ruby/formtastic/ChangeLog
index 43ecd95..f6af823 100644
--- a/dev-ruby/formtastic/ChangeLog
+++ b/dev-ruby/formtastic/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/formtastic
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jul 2014; Hans de Graaff <graaff@gentoo.org> formtastic-2.2.1.ebuild:
+  Add ruby20, ruby21.
+
 *formtastic-2.2.1 (12 Feb 2013)
 
   12 Feb 2013; Hans de Graaff <graaff@gentoo.org> +formtastic-2.2.1.ebuild,

diff --git a/dev-ruby/formtastic/formtastic-2.2.1.ebuild b/dev-ruby/formtastic/formtastic-2.2.1.ebuild
index 04e1d19..d865148 100644
--- a/dev-ruby/formtastic/formtastic-2.2.1.ebuild
+++ b/dev-ruby/formtastic/formtastic-2.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.textile"