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 74AE6138222 for ; Fri, 6 May 2016 02:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D6621C073; Fri, 6 May 2016 02:50:27 +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 1715521C074 for ; Fri, 6 May 2016 02:50:26 +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 47B313405C3 for ; Fri, 6 May 2016 02:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12033964 for ; Fri, 6 May 2016 02:50:21 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1462502946.e40512af1ac6dfe1c512fa16c7841dac0d81134e.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/gBhed/gBhed-0.17.ebuild X-VCS-Directories: games-misc/gBhed/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: e40512af1ac6dfe1c512fa16c7841dac0d81134e X-VCS-Branch: master Date: Fri, 6 May 2016 02:50:21 +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: 6a1a22a1-e2dc-4908-b9b7-07ad7776350a X-Archives-Hash: cbbe58e975a169b1cc9e20243aea0d4c commit: e40512af1ac6dfe1c512fa16c7841dac0d81134e Author: Michael Sterrett gentoo org> AuthorDate: Fri May 6 01:38:26 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri May 6 02:49:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40512af games-misc/gBhed: set RDEPEND Package-Manager: portage-2.2.26 games-misc/gBhed/gBhed-0.17.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-misc/gBhed/gBhed-0.17.ebuild b/games-misc/gBhed/gBhed-0.17.ebuild index ddd5b48..6a8eb47 100644 --- a/games-misc/gBhed/gBhed-0.17.ebuild +++ b/games-misc/gBhed/gBhed-0.17.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$ @@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="gtk" DEPEND="gtk? ( x11-libs/gtk+:2 )" +RDEPEND=${DEPEND} src_prepare() { sed -i 's/19/32/' src/gui/translation_fork.c || die