Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552338 - dev-perl/Email-Send: DEPEND and RDEPEND switched?
Summary: dev-perl/Email-Send: DEPEND and RDEPEND switched?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-17 02:50 UTC by Patrick Lauer
Modified: 2015-07-11 22:09 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 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.