Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75054 - scp_compile instead of src_unpack in labplot-1.3.0.ebuild
Summary: scp_compile instead of src_unpack in labplot-1.3.0.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-20 07:27 UTC by Przemyslaw Maciag (RETIRED)
Modified: 2004-12-20 15:18 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 Przemyslaw Maciag (RETIRED) gentoo-dev 2004-12-20 07:27:39 UTC
Hello!

I've found this in the ebuild:

src_compile() {                 
        unpack ${A}             
        cd ${S}                 
        epatch ${FILESDIR}/${P}-amd64.patch
}                               
                                
src_compile() {                 
        local myconf="\         
                $(use_enable fftw) \
                $(use_enable fftw fftw3) \
                $(use_enable imagemagick ImageMagick) \
                $(use_enable tiff)"
        gnuconfig_update        
        kde_src_compile         
}

ehhh.. I know - its obcious - first src_compile have to changed to src_unpack

Regards,
Przemek
Comment 1 Sven Wegener gentoo-dev 2004-12-20 15:18:15 UTC
Thanks! Commited to CVS.