diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-06 13:59:46 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-06 13:59:46 +0100 |
commit | 9409539b46796ff5fb8955bbef0596e95f080dc8 (patch) | |
tree | c4f33e455b61a4da750cc82240bb83613187a0f2 | |
parent | www-apps/otrs: version bump to 5.0.25 (diff) | |
download | gentoo-9409539b46796ff5fb8955bbef0596e95f080dc8.tar.gz gentoo-9409539b46796ff5fb8955bbef0596e95f080dc8.tar.bz2 gentoo-9409539b46796ff5fb8955bbef0596e95f080dc8.zip |
dev-ada/gps-bin: Fix dependency on dev-ada/gnatcoll
Commit 19ff94abd62a renamed "postgresql" USE flag to "postgres" which
broke the depgraph.
Bug: https://bugs.gentoo.org/639938
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r-- | dev-ada/gps-bin/gps-bin-2016.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ada/gps-bin/gps-bin-2016.ebuild b/dev-ada/gps-bin/gps-bin-2016.ebuild index c8fcc1c78b71..f112dba176b4 100644 --- a/dev-ada/gps-bin/gps-bin-2016.ebuild +++ b/dev-ada/gps-bin/gps-bin-2016.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - dev-ada/gnatcoll[gnat_2016,iconv,postgresql,projects,readline,sqlite] + dev-ada/gnatcoll[gnat_2016,iconv,postgres,projects,readline,sqlite] dev-libs/atk dev-libs/glib dev-libs/gobject-introspection |