Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729484 - dev-ruby/octokit: missing testdep on multi_json
Summary: dev-ruby/octokit: missing testdep on multi_json
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 724894
  Show dependency tree
 
Reported: 2020-06-25 00:14 UTC by Sam James
Modified: 2020-06-26 12:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-25 00:14:16 UTC
Sorry, I don't have the log here, but after installing, tests passed.
Comment 1 Larry the Git Cow gentoo-dev 2020-06-26 12:42:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d472f0aec61c4de353053841ebf90f181dfe28bb

commit d472f0aec61c4de353053841ebf90f181dfe28bb
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2020-06-26 12:41:51 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2020-06-26 12:42:01 +0000

    dev-ruby/octokit: fix vcr dependency
    
    octokit uses vcr casettes in JSON format, but this
    requires additional dependencies on the vcr side.
    
    Closes: https://bugs.gentoo.org/729484
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/octokit/octokit-4.18.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e468f21b9f3d83a45d0498a02921f8503ccac15

commit 3e468f21b9f3d83a45d0498a02921f8503ccac15
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2020-06-26 12:22:41 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2020-06-26 12:42:01 +0000

    dev-ruby/vcr: add json USE flag
    
    Add support for casettes serialized in JSON by adding
    the required dependency for it.
    
    Bug: https://bugs.gentoo.org/729484
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/vcr/metadata.xml     | 3 +++
 dev-ruby/vcr/vcr-4.0.0.ebuild | 8 +++++---
 dev-ruby/vcr/vcr-5.1.0.ebuild | 4 +++-
 dev-ruby/vcr/vcr-6.0.0.ebuild | 4 +++-
 4 files changed, 14 insertions(+), 5 deletions(-)