diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-05-02 05:52:28 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-05-02 05:52:28 +0000 |
commit | feb377682fcd535b6e0351c403d1621d31bbee65 (patch) | |
tree | 5a164e94bbcadd73f7c439de66e74e4b8e68a081 /dev-ruby/protected_attributes | |
parent | Use proper version number for live ebuild. (diff) | |
download | gentoo-2-feb377682fcd535b6e0351c403d1621d31bbee65.tar.gz gentoo-2-feb377682fcd535b6e0351c403d1621d31bbee65.tar.bz2 gentoo-2-feb377682fcd535b6e0351c403d1621d31bbee65.zip |
Add ruby20, ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/protected_attributes')
-rw-r--r-- | dev-ruby/protected_attributes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/protected_attributes/ChangeLog b/dev-ruby/protected_attributes/ChangeLog index d690e0e64258..5429cf519595 100644 --- a/dev-ruby/protected_attributes/ChangeLog +++ b/dev-ruby/protected_attributes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/protected_attributes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.4 2014/04/27 06:53:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.5 2014/05/02 05:52:28 graaff Exp $ + + 02 May 2014; Hans de Graaff <graaff@gentoo.org> + protected_attributes-1.0.7.ebuild: + Add ruby20, ruby21. 27 Apr 2014; Hans de Graaff <graaff@gentoo.org> -protected_attributes-1.0.3.ebuild, -protected_attributes-1.0.5.ebuild: diff --git a/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild b/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild index 7b73dd724450..4a9cef8e3df3 100644 --- a/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild +++ b/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild,v 1.1 2014/03/27 06:31:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild,v 1.2 2014/05/02 05:52:28 graaff Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test" |