Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292091 - dev-libs/nss-3.12.4-r2 ebuild double exports NSS_ENABLE_ECC
Summary: dev-libs/nss-3.12.4-r2 ebuild double exports NSS_ENABLE_ECC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-11-06 12:53 UTC by David Stutzman
Modified: 2009-11-06 13:30 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 David Stutzman 2009-11-06 12:53:35 UTC
Yeah, I know this is ridiculously simple, but I was just looking over the ebuild and noticed this:
$ grep -n ECC nss-3.12.4-r2.ebuild
61:     export NSS_ENABLE_ECC=1
64:     export NSS_ENABLE_ECC=1



Reproducible: Always

Steps to Reproduce:
Comment 1 David Stutzman 2009-11-06 12:54:10 UTC
updated summary to say it's the ebuild
Comment 2 Jory A. Pratt gentoo-dev 2009-11-06 13:30:07 UTC
Extra export has been removed.