diff --git a/appliances/airport/Makefile b/appliances/airport/Makefile index 761cc5e..d12655c 100644 --- a/appliances/airport/Makefile +++ b/appliances/airport/Makefile @@ -1,7 +1,7 @@ APP_ROOT := /var/lib/airport AIRPORT_REPO ?= https://bitbucket.org/marduk/airport AIRPORT_BRANCH ?= stable -PGVER := 9.4 +PGVER := 9.5 preinstall: diff --git a/appliances/airport/airport-pre.service b/appliances/airport/airport-pre.service index e9aafb9..f2e7f53 100644 --- a/appliances/airport/airport-pre.service +++ b/appliances/airport/airport-pre.service @@ -1,8 +1,8 @@ [Unit] Description=Airport (Pre) Documentation=https://bitbucket.org/marduk/airport/ -Requires=postgresql-9.4.service -After=postgresql-9.4.service +Requires=postgresql-9.5.service +After=postgresql-9.5.service [Service] Type=oneshot diff --git a/appliances/airport/package.keywords b/appliances/airport/package.keywords index 3628c22..14e7455 100644 --- a/appliances/airport/package.keywords +++ b/appliances/airport/package.keywords @@ -1,3 +1,3 @@ -dev-db/postgresql:9.4 ** +dev-db/postgresql:9.5 ** dev-python/virtualenv ** sys-kernel/gentoo-sources ~amd64 ~x86 diff --git a/appliances/airport/world b/appliances/airport/world index cc87d23..3e30591 100644 --- a/appliances/airport/world +++ b/appliances/airport/world @@ -1,2 +1,2 @@ -dev-db/postgresql:9.4 +dev-db/postgresql:9.5 www-servers/nginx