Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 628892

Summary: postgres-multi.eclass: typo?
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: EclassesAssignee: PgSQL Bugs <pgsql-bugs>
Status: CONFIRMED ---    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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."