Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/
Date: Fri, 06 May 2016 02:50:37
Message-Id: 1462502946.e40512af1ac6dfe1c512fa16c7841dac0d81134e.mr_bones_@gentoo
1 commit: e40512af1ac6dfe1c512fa16c7841dac0d81134e
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 01:38:26 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:49:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40512af
7
8 games-misc/gBhed: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-misc/gBhed/gBhed-0.17.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-misc/gBhed/gBhed-0.17.ebuild b/games-misc/gBhed/gBhed-0.17.ebuild
16 index ddd5b48..6a8eb47 100644
17 --- a/games-misc/gBhed/gBhed-0.17.ebuild
18 +++ b/games-misc/gBhed/gBhed-0.17.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc x86"
26 IUSE="gtk"
27
28 DEPEND="gtk? ( x11-libs/gtk+:2 )"
29 +RDEPEND=${DEPEND}
30
31 src_prepare() {
32 sed -i 's/19/32/' src/gui/translation_fork.c || die