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/opengfx/
Date: Fri, 02 Oct 2015 16:41:32
Message-Id: 1443804060.cfe68b51646535a2f0b0ecbd42394175adb410a6.mr_bones_@gentoo
1 commit: cfe68b51646535a2f0b0ecbd42394175adb410a6
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 16:16:11 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 16:41:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe68b51
7
8 increase required nml version (bug #562000)
9
10 Package-Manager: portage-2.2.20.1
11
12 games-misc/opengfx/opengfx-0.5.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-misc/opengfx/opengfx-0.5.2.ebuild b/games-misc/opengfx/opengfx-0.5.2.ebuild
16 index cc38f47..6ba01c0 100644
17 --- a/games-misc/opengfx/opengfx-0.5.2.ebuild
18 +++ b/games-misc/opengfx/opengfx-0.5.2.ebuild
19 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~ppc x86"
20 IUSE=""
21 RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444)
22
23 -DEPEND=">=games-util/nml-0.3.0
24 +DEPEND=">=games-util/nml-0.4.0
25 games-util/grfcodec"
26 RDEPEND=""