diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-30 17:09:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-30 17:09:59 +0000 |
commit | 7b3547704fe2e648182cf4e2404e2ae830141b0d (patch) | |
tree | 3e360374f640ce09c84ca1df3f638677ace76569 /games-simulation/openttd | |
parent | Drop svga useflag. (diff) | |
download | gentoo-2-7b3547704fe2e648182cf4e2404e2ae830141b0d.tar.gz gentoo-2-7b3547704fe2e648182cf4e2404e2ae830141b0d.tar.bz2 gentoo-2-7b3547704fe2e648182cf4e2404e2ae830141b0d.zip |
turn tests back on with patch from Locke Shinseiko via bug #324873
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.0.2.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 767d9aac186b..749911c5d185 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.92 2010/06/29 20:46:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.93 2010/06/30 17:09:59 mr_bones_ Exp $ + + 30 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> openttd-1.0.2.ebuild: + turn tests back on with patch from Locke Shinseiko via bug #324873 *openttd-1.0.2 (29 Jun 2010) diff --git a/games-simulation/openttd/openttd-1.0.2.ebuild b/games-simulation/openttd/openttd-1.0.2.ebuild index ae068b57037f..23c6d841dbe9 100644 --- a/games-simulation/openttd/openttd-1.0.2.ebuild +++ b/games-simulation/openttd/openttd-1.0.2.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-simulation/openttd/openttd-1.0.2.ebuild,v 1.1 2010/06/29 20:46:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild,v 1.2 2010/06/30 17:09:59 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -17,7 +17,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetype zlib" -RESTRICT="test" DEPEND=" !dedicated? ( @@ -98,6 +97,11 @@ src_compile() { emake VERBOSE=1 || die } +src_test() { + vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + emake -j1 test || die "Make test failed. See above for details." +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed" if use dedicated ; then |