summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r--games-misc/opengfx/ChangeLog5
-rw-r--r--games-misc/opengfx/opengfx-0.4.5.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog
index c0ac224f4696..0d1bf914c175 100644
--- a/games-misc/opengfx/ChangeLog
+++ b/games-misc/opengfx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/opengfx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.26 2013/01/03 10:59:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.27 2013/01/11 20:00:34 mr_bones_ Exp $
+
+ 11 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.4.5.ebuild:
+ EAPI=5; restrict test (bug #451444)
03 Jan 2013; Agostino Sarubbo <ago@gentoo.org> opengfx-0.4.5.ebuild:
Stable for amd64, wrt bug #449906
diff --git a/games-misc/opengfx/opengfx-0.4.5.ebuild b/games-misc/opengfx/opengfx-0.4.5.ebuild
index 04de05058f1d..179cb66b0071 100644
--- a/games-misc/opengfx/opengfx-0.4.5.ebuild
+++ b/games-misc/opengfx/opengfx-0.4.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.5.ebuild,v 1.2 2013/01/03 10:59:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.5.ebuild,v 1.3 2013/01/11 20:00:34 mr_bones_ Exp $
-EAPI=4
+EAPI=5
inherit games
DESCRIPTION="OpenGFX data files for OpenTTD"
@@ -13,6 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE=""
+RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444)
DEPEND=">=games-util/nml-0.2.3"
RDEPEND=""