teamplayer: upgrade to postgresql 11

This commit is contained in:
Albert Hopkins 2019-04-01 02:50:45 -07:00
parent 0415321ad9
commit 8ebb1fac23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ TP_USER = teamplayer
TP_HOME = /opt/teamplayer TP_HOME = /opt/teamplayer
TP_DB = /var/lib/teamplayer TP_DB = /var/lib/teamplayer
PYTHON = $(TP_HOME)/bin/python PYTHON = $(TP_HOME)/bin/python
PGVER = 10 PGVER = 11
INSTALL = install INSTALL = install
AVAHI := NO AVAHI := NO

View File

@ -1,3 +1,3 @@
dev-db/postgresql:10 dev-db/postgresql:11
media-sound/mpd media-sound/mpd
www-servers/nginx www-servers/nginx