Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/
Date: Thu, 03 Nov 2016 14:42:23
Message-Id: 1478184123.b1bfd2c105f5b55b0ff5d12e0e240eba96de45d2.pacho@gentoo
1 commit: b1bfd2c105f5b55b0ff5d12e0e240eba96de45d2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 14:38:38 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 14:42:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bfd2c1
7
8 app-office/mdbtools: Fix rarian dep
9
10 Package-Manager: portage-2.3.2
11
12 .../{mdbtools-0.7.1-r1.ebuild => mdbtools-0.7.1-r2.ebuild} | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-office/mdbtools/mdbtools-0.7.1-r1.ebuild b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
16 similarity index 92%
17 rename from app-office/mdbtools/mdbtools-0.7.1-r1.ebuild
18 rename to app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
19 index c10673d..c1816a9 100644
20 --- a/app-office/mdbtools/mdbtools-0.7.1-r1.ebuild
21 +++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -23,7 +23,6 @@ RDEPEND="
29 sys-libs/ncurses
30 sys-libs/readline:0
31 gnome? (
32 - app-text/scrollkeeper
33 gnome-base/libglade:2.0
34 gnome-base/libgnomeui
35 )
36 @@ -32,7 +31,9 @@ DEPEND="${RDEPEND}
37 app-text/txt2man
38 sys-devel/flex
39 virtual/pkgconfig
40 - virtual/yacc"
41 + virtual/yacc
42 + gnome? ( app-text/rarian )
43 +"
44
45 DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )