diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-06 20:55:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-06 20:55:46 +0000 |
commit | b312eae7415041c5be0be6a4a940b73efb72d190 (patch) | |
tree | 4231828fa620b533aa3f2ee2b7828a64d4619118 /games-misc/opengfx | |
parent | Unused inherit eutils and revert mips to ~mips. (diff) | |
download | gentoo-2-b312eae7415041c5be0be6a4a940b73efb72d190.tar.gz gentoo-2-b312eae7415041c5be0be6a4a940b73efb72d190.tar.bz2 gentoo-2-b312eae7415041c5be0be6a4a940b73efb72d190.zip |
restrict test for bug #320797
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.2.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index e421c250ff31..9f9ddfb02b79 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.4 2010/06/01 12:41:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.5 2010/06/06 20:55:46 mr_bones_ Exp $ + + 06 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.2.4.ebuild: + restrict test for bug #320797 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> opengfx-0.2.4.ebuild: x86 stable wrt bug #321611 diff --git a/games-misc/opengfx/opengfx-0.2.4.ebuild b/games-misc/opengfx/opengfx-0.2.4.ebuild index 41432e8c2bc4..e480b89b5fac 100644 --- a/games-misc/opengfx/opengfx-0.2.4.ebuild +++ b/games-misc/opengfx/opengfx-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild,v 1.3 2010/06/01 12:41:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild,v 1.4 2010/06/06 20:55:46 mr_bones_ Exp $ EAPI=2 inherit games @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" +RESTRICT="test" S=${WORKDIR}/${P}-source |