From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DC981384B4 for ; Sat, 26 Dec 2015 05:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 656F1E07C5; Sat, 26 Dec 2015 05:39:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F6E7E07C5 for ; Sat, 26 Dec 2015 05:39:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F272633FEDE for ; Sat, 26 Dec 2015 05:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02EAFCB0 for ; Sat, 26 Dec 2015 05:39:37 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1451108358.cac0938d848a2ba024f13f73d5b95e5434d79174.expeditioneer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgda/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgda/libgda-5.2.2.ebuild X-VCS-Directories: gnome-extra/libgda/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: cac0938d848a2ba024f13f73d5b95e5434d79174 X-VCS-Branch: master Date: Sat, 26 Dec 2015 05:39:37 +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: 1c88d20f-c1bd-4250-ac8e-113b932a10ae X-Archives-Hash: 14c7b7136bc7d64e3b2a41051b919bd6 commit: cac0938d848a2ba024f13f73d5b95e5434d79174 Author: Dennis Lamm gentoo org> AuthorDate: Sat Dec 26 05:39:18 2015 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Sat Dec 26 05:39:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac0938d gnome-extra/libgda: fix RDEPEND 5.2.2 Package-Manager: portage-2.2.24 gnome-extra/libgda/libgda-5.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/libgda/libgda-5.2.2.ebuild b/gnome-extra/libgda/libgda-5.2.2.ebuild index 955f8e4..696604c 100644 --- a/gnome-extra/libgda/libgda-5.2.2.ebuild +++ b/gnome-extra/libgda/libgda-5.2.2.ebuild @@ -35,7 +35,7 @@ RDEPEND=" dev-libs/libxslt sys-libs/readline:0= sys-libs/ncurses:0= - berkdb? ( sys-libs/db ) + berkdb? ( sys-libs/db:* ) firebird? ( dev-db/firebird ) gtk? ( >=x11-libs/gtk+-3.0.0:3