diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:38:26 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | e40512af1ac6dfe1c512fa16c7841dac0d81134e (patch) | |
tree | 87a90fc6ef6d9d15734c9e6a5573fcc5e5853cd8 /games-misc | |
parent | games-emulation/gngb: set RDEPEND (diff) | |
download | gentoo-e40512af1ac6dfe1c512fa16c7841dac0d81134e.tar.gz gentoo-e40512af1ac6dfe1c512fa16c7841dac0d81134e.tar.bz2 gentoo-e40512af1ac6dfe1c512fa16c7841dac0d81134e.zip |
games-misc/gBhed: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/gBhed/gBhed-0.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-misc/gBhed/gBhed-0.17.ebuild b/games-misc/gBhed/gBhed-0.17.ebuild index ddd5b4827054..6a8eb47751af 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 |