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 C3F391395E4 for ; Thu, 3 Nov 2016 14:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A497EE0854; Thu, 3 Nov 2016 14:42:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C454E0854 for ; Thu, 3 Nov 2016 14:42:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C6D8341045 for ; Thu, 3 Nov 2016 14:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16DFD24AA for ; Thu, 3 Nov 2016 14:42:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478184123.b1bfd2c105f5b55b0ff5d12e0e240eba96de45d2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/mdbtools/mdbtools-0.7.1-r1.ebuild app-office/mdbtools/mdbtools-0.7.1-r2.ebuild X-VCS-Directories: app-office/mdbtools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b1bfd2c105f5b55b0ff5d12e0e240eba96de45d2 X-VCS-Branch: master Date: Thu, 3 Nov 2016 14:42:19 +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: 0071e9d9-9501-4d8b-a9cc-6cc3426c194f X-Archives-Hash: 6cc4c47fddebd5327a4dca537d54b120 commit: b1bfd2c105f5b55b0ff5d12e0e240eba96de45d2 Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 3 14:38:38 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 3 14:42:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bfd2c1 app-office/mdbtools: Fix rarian dep Package-Manager: portage-2.3.2 .../{mdbtools-0.7.1-r1.ebuild => mdbtools-0.7.1-r2.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-office/mdbtools/mdbtools-0.7.1-r1.ebuild b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild similarity index 92% rename from app-office/mdbtools/mdbtools-0.7.1-r1.ebuild rename to app-office/mdbtools/mdbtools-0.7.1-r2.ebuild index c10673d..c1816a9 100644 --- a/app-office/mdbtools/mdbtools-0.7.1-r1.ebuild +++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,6 @@ RDEPEND=" sys-libs/ncurses sys-libs/readline:0 gnome? ( - app-text/scrollkeeper gnome-base/libglade:2.0 gnome-base/libgnomeui ) @@ -32,7 +31,9 @@ DEPEND="${RDEPEND} app-text/txt2man sys-devel/flex virtual/pkgconfig - virtual/yacc" + virtual/yacc + gnome? ( app-text/rarian ) +" DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )