summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-11 20:00:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-11 20:00:34 +0000
commit5c9d3a749fca1fd7795da4c5a7cd6d0687bbbac5 (patch)
tree6cceb6ee355498ec995a7fda2c98b9cb2ab0dede /games-misc/opengfx
parentWrap sabnzbd.py with either python2.7 or python2.6. Resolves #450698. (diff)
downloadgentoo-2-5c9d3a749fca1fd7795da4c5a7cd6d0687bbbac5.tar.gz
gentoo-2-5c9d3a749fca1fd7795da4c5a7cd6d0687bbbac5.tar.bz2
gentoo-2-5c9d3a749fca1fd7795da4c5a7cd6d0687bbbac5.zip
EAPI=5; restrict test (bug #451444)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
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=""