graaff 15/04/18 06:21:46 Modified: ChangeLog hiera-eyaml-2.0.7.ebuild Log: Add missing test dependency on app-admin/puppet. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.5 dev-ruby/hiera-eyaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 7 Apr 2015 18:42:49 -0000 1.4 +++ ChangeLog 18 Apr 2015 06:21:46 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hiera-eyaml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.4 2015/04/07 18:42:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.5 2015/04/18 06:21:46 graaff Exp $ + + 18 Apr 2015; Hans de Graaff <[email protected]> hiera-eyaml-2.0.7.ebuild: + Add missing test dependency on app-admin/puppet. 07 Apr 2015; Hans de Graaff <[email protected]> hiera-eyaml-2.0.7.ebuild: Add missing test dependency on dev-util/aruba. 1.3 dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild?r1=1.2&r2=1.3 Index: hiera-eyaml-2.0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hiera-eyaml-2.0.7.ebuild 7 Apr 2015 18:42:49 -0000 1.2 +++ hiera-eyaml-2.0.7.ebuild 18 Apr 2015 06:21:46 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild,v 1.2 2015/04/07 18:42:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild,v 1.3 2015/04/18 06:21:46 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -24,7 +24,7 @@ ruby_add_rdepend ">=dev-ruby/highline-1.6.19" ruby_add_rdepend "dev-ruby/trollop:2" -ruby_add_bdepend "test? ( dev-util/cucumber dev-util/aruba dev-ruby/hiera-eyaml-plaintext )" +ruby_add_bdepend "test? ( dev-util/cucumber dev-util/aruba app-admin/puppet dev-ruby/hiera-eyaml-plaintext )" all_ruby_prepare() { # Fix highline dependency to be compatible with more versions.
