From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56A18138806 for ; Wed, 6 Dec 2017 13:00:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B4BAE0F64; Wed, 6 Dec 2017 13:00:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 563B0E0F64 for ; Wed, 6 Dec 2017 13:00:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9452F33BE19 for ; Wed, 6 Dec 2017 12:59:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B5C57449 for ; Wed, 6 Dec 2017 12:59:58 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1512565186.9409539b46796ff5fb8955bbef0596e95f080dc8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gps-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gps-bin/gps-bin-2016.ebuild X-VCS-Directories: dev-ada/gps-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9409539b46796ff5fb8955bbef0596e95f080dc8 X-VCS-Branch: master Date: Wed, 6 Dec 2017 12:59:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e71c58a9-ed82-4685-9829-e0b50137b1c8 X-Archives-Hash: 59a8cb978fbf8a680e4c566bed50e2b7 commit: 9409539b46796ff5fb8955bbef0596e95f080dc8 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 6 12:59:46 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 6 12:59:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9409539b 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 dev-ada/gps-bin/gps-bin-2016.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gps-bin/gps-bin-2016.ebuild b/dev-ada/gps-bin/gps-bin-2016.ebuild index c8fcc1c78b7..f112dba176b 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