Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46526 - The ssl-cert eclass has a typo
Summary: The ssl-cert eclass has a typo
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 14:05 UTC by Andreas Simon
Modified: 2004-04-01 14:08 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 Andreas Simon 2004-04-01 14:05:12 UTC
The ssl-cert eclass has a typo.

Resulting error:
All certificates have SSL_ORGANIZATION="SSL Server",
overwriting in ebuilds is not possible. (for example cyrus-imapd)

Fix:
File /usr/portage/eclass/ssl-cert.eclass, line 36,
the second ORGANIZ_A_TION is missing an "A".

    SSL_ORGANIZATION="${SSL_ORGANIZTION:-SSL Server}"

It should be

    SSL_ORGANIZATION="${SSL_ORGANIZATION:-SSL Server}"
Comment 1 SpanKY gentoo-dev 2004-04-01 14:08:36 UTC
fixed in cvs