Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911504 - dev-cpp/coeurl-0.3.0::guru incorrectly assumes dependencies
Summary: dev-cpp/coeurl-0.3.0::guru incorrectly assumes dependencies
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: tastytea
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-30 18:33 UTC by bit69tream
Modified: 2023-07-31 14:53 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 bit69tream 2023-07-30 18:33:23 UTC
dev-cpp/coeurl-0.3.0::guru depends on dev-python/flask only if `test` use flag is enabled, but still checks for flask regardless of use-flag resulting in an emerge failure.

Reproducible: Always

Steps to Reproduce:
1. make sure you don't have `test` use-flag enabled
2. make sure you don't have `dev-python/flask` installed
3. try emerging dev-cpp/coeurl-0.3.0::guru
Actual Results:  
emerge failure

Expected Results:  
successful emerge
Comment 1 tastytea 2023-07-30 19:51:37 UTC
thank you! fixed in dev.
Comment 2 Larry the Git Cow gentoo-dev 2023-07-31 14:53:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=695376696cc39acda873f7ea357e42acf22efa1a

commit 695376696cc39acda873f7ea357e42acf22efa1a
Author:     tastytea <gentoo@tastytea.de>
AuthorDate: 2023-07-30 19:49:55 +0000
Commit:     tastytea <gentoo@tastytea.de>
CommitDate: 2023-07-30 19:49:55 +0000

    dev-cpp/coeurl: don't check test deps when not testing
    
    Closes: https://bugs.gentoo.org/911504
    Signed-off-by: tastytea <gentoo@tastytea.de>

 dev-cpp/coeurl/coeurl-0.3.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)