summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* desc/postgres_targets.desc: Add postgres13Aaron W. Swenson2019-05-251-0/+1
| | | | Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* profiles/desc/postgres_targets.desc: Add postgres12Aaron W. Swenson2018-06-131-1/+1
|
* Initial commit postgres{,-multi}.eclassAaron W. Swenson2017-07-091-0/+12
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.