Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 435426

Summary: dev-vcs/subversion-1.6.17-r7 USE=-perl still depends on dev-lang/perl through perl-module.eclass
Product: Gentoo Linux Reporter: Ambroz Bizjak <ambrop7>
Component: Current packagesAssignee: Thomas Sachau <tommy>
Status: RESOLVED CANTFIX    
Severity: normal CC: kripton
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ambroz Bizjak 2012-09-18 15:26:01 UTC
Title says it all. Fix is to set GENTOO_DEPEND_ON_PERL=no before inheriting perl-module.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-18 15:41:54 UTC
No, the title doesn't say it all. Please describe exactly when and where dev-lang/perl is required.
Comment 2 Ambroz Bizjak 2012-09-18 15:49:15 UTC
perl-module.eclass has this:

                case "${GENTOO_DEPEND_ON_PERL:-yes}" in
                        yes)
                                DEPEND="dev-lang/perl[-build]"
                                RDEPEND="${DEPEND}"
                                ;;
                esac

This code add a DEPEND+RDEPEND dependency on Perl even if perl USE flag is disabled for subversion.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-18 15:56:20 UTC
Thanks.
Comment 4 Thomas Sachau gentoo-dev 2013-06-14 14:27:07 UTC
The mentioned version has been removed from the main tree, the actual version is now 1.7.9. Please open a new bug against the actual version, if you still have an issue with it.