diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-12 02:05:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-12 02:05:41 +0000 |
commit | 244884cab1cc22a3b3603c5e7af8edad96415041 (patch) | |
tree | 886c6480940619a5aac3c2823243a4c80dc4e456 /games-simulation | |
parent | Fix underlinking, missing depencies by Michael Palimaka (kensington) (bug #37... (diff) | |
download | gentoo-2-244884cab1cc22a3b3603c5e7af8edad96415041.tar.gz gentoo-2-244884cab1cc22a3b3603c5e7af8edad96415041.tar.bz2 gentoo-2-244884cab1cc22a3b3603c5e7af8edad96415041.zip |
restrict the test since it requires a graphics set to run
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.2.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index fe5703f91123..f4a6164ec2cd 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.127 2012/08/16 19:33:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.128 2012/09/12 02:05:41 mr_bones_ Exp $ + + 12 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> openttd-1.2.2.ebuild: + restrict the test since it requires a graphics set to run *openttd-1.2.2 (16 Aug 2012) diff --git a/games-simulation/openttd/openttd-1.2.2.ebuild b/games-simulation/openttd/openttd-1.2.2.ebuild index aa5500d7e9aa..79a786f5d4ee 100644 --- a/games-simulation/openttd/openttd-1.2.2.ebuild +++ b/games-simulation/openttd/openttd-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild,v 1.1 2012/08/16 19:33:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild,v 1.2 2012/09/12 02:05:41 mr_bones_ Exp $ EAPI=3 inherit eutils gnome2-utils games @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetype zlib" +RESTRICT="test" # needs a graphics set in order to test DEPEND="!dedicated? ( media-libs/libsdl[audio,X,video] |