Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628892 - postgres-multi.eclass: typo?
Summary: postgres-multi.eclass: typo?
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-25 09:03 UTC by Patrick Lauer
Modified: 2021-03-25 16:43 UTC (History)
1 user (show)

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 Patrick Lauer gentoo-dev 2017-08-25 09:03:42 UTC
line 114:

die "One of the postgres_targets_postgresSL_OT use flags must be enabled"

this looks a bit weird and would maybe look better as:

die "One of the postgres_targets_postgres_SLOT use flags must be enabled"
Comment 1 Aaron W. Swenson gentoo-dev 2017-09-05 17:24:14 UTC
Not a typo, but yeah, it looks weird.

Might be worth while to revise it further. How about:

die "One of this ebuild's POSTGRES_TARGETS must be enabled, but isn't."