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

Bug 552338

Summary: dev-perl/Email-Send: DEPEND and RDEPEND switched?
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: [OLD] UnspecifiedAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2015-06-17 02:50:23 UTC
DEPEND="
        dev-perl/Email-Abstract
        >=dev-perl/Email-Address-1.800.0
        >=dev-perl/Email-Simple-1.920.0
        virtual/perl-File-Spec
        >=dev-perl/Module-Pluggable-2.970.0
        dev-perl/Return-Value
        >=virtual/perl-Scalar-List-Utils-1.20.0
"
RDEPEND="${DEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                virtual/perl-File-Path
                virtual/perl-File-Spec
                virtual/perl-File-Temp
                virtual/perl-IO
                dev-perl/MIME-tools
                dev-perl/MailTools
                >=virtual/perl-Test-Simple-0.880.0
        )
"

This no sense, test? ( ) block should be in DEPEND not RDEPEND.

Looks like the two blocks got accidentally inverted?
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-06-17 03:28:24 UTC
Yeah. I agree. This is suspicious and very clearly backwards.

Repoman agrees.

  RDEPEND.suspect               1
   dev-perl/Email-Send/Email-Send-2.201.0.ebuild: 'test?' USE conditional in RDEPEND
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2015-07-11 22:09:08 UTC
Indeed. Fixed.