Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163991 - don't redefine PKGDIR in hardened/* profiles
Summary: don't redefine PKGDIR in hardened/* profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal
Assignee: Christian Heim (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2007-01-26 22:59 UTC by Jakub Moc (RETIRED)
Modified: 2007-01-28 17:22 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 Jakub Moc (RETIRED) gentoo-dev 2007-01-26 22:59:44 UTC
$ grep -Rni PKGDIR /usr/portage/profiles
/usr/portage/profiles/hardened/ppc/make.defaults:10:PKGDIR=${PORTDIR}/packages/${ARCH}/
/usr/portage/profiles/hardened/x86/2.6/minimal/make.defaults:14:PKGDIR=${PORTDIR}/packages/${ARCH}/
/usr/portage/profiles/hardened/x86/make.defaults:10:PKGDIR=${PORTDIR}/packages/${ARCH}/
/usr/portage/profiles/hardened/ppc64/make.defaults:9:PKGDIR=${PORTDIR}/packages/${ARCH}/
Comment 1 Christian Heim (RETIRED) gentoo-dev 2007-01-28 17:22:55 UTC
Fixed in CVS, thanks Jakub for the reminder.