| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Forgot comment noting EAPI7 support
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
|
|
|
|
|
|
| |
Minor change to allow EAPI7.
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
|
|
|
|
| |
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Improve documentation comments to eliminate warnings and make the
resulting man pages look better.
Use a simple sort instead of the external sort program because calling
external commands during metadata regen is forbidden by PMS and breaks
new secure cache regen.
Gentoo-Bug: 629226
|
|
|
|
|
|
| |
Fix a few keyword typos and adhere to the doc standard.
Bugs: 624502
|
|
|
|
|
|
| |
Append “.eclass” to @ECLASS line to fix bug 624502.
Bugs: 624502
|
|
postgres.eclass provides convenience functions that are commonly
performed in most packages that require PostgreSQL.
postgres-multi.eclass enables packages to build against all selected
PostgreSQL slots.
Added POSTGRES_TARGETS as a new USE_EXPAND variable to select which
slots are depended upon and built against.
|