Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387767 - new package: sys-process/parallel merges fine with ecopy
Summary: new package: sys-process/parallel merges fine with ecopy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 02:20 UTC by Nicolas Pinto
Modified: 2011-11-16 21:13 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 Nicolas Pinto 2011-10-20 02:20:45 UTC
sys-process/parallel seems to work perfectly after being ecopy'd:

mkdir -p $EPREFIX/usr/local/portage/profiles
echo "local_overlay" > $EPREFIX/usr/local/portage/profiles/repo_name
echo "PORTDIR_OVERLAY=\"\${PORTDIR_OVERLAY} $EPREFIX/usr/local/portage/\"" >> $EPREFIX/etc/make.conf
(cd $EPREFIX/usr/local/portage && $EPREFIX/usr/portage/scripts/ecopy sys-process/parallel)
emerge sys-process/parallel

Would it be possible to add it to the gentoo prefix tree?

Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-11-16 17:07:56 UTC
For future reference, a diff is more useful than the steps (we know how to use ecopy)

added, thx
Comment 2 Nicolas Pinto 2011-11-16 21:13:38 UTC
Sounds good, can you give me an example of the diff you'd like to get ?