diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-23 19:17:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-23 19:17:01 +0000 |
commit | ca547ec75064b725f6947a6f3bfbbbadf513d941 (patch) | |
tree | 61d2dea4d7b8d38ef732ac31b1be93b5bea662dc /games-server | |
parent | Fix configure option for exif by Michael (kensington) <gentoo@scribeofthenile... (diff) | |
download | gentoo-2-ca547ec75064b725f6947a6f3bfbbbadf513d941.tar.gz gentoo-2-ca547ec75064b725f6947a6f3bfbbbadf513d941.tar.bz2 gentoo-2-ca547ec75064b725f6947a6f3bfbbbadf513d941.zip |
restrict tests since they try to read the installed location for datafiles (bug #413109)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/crossfire-server/ChangeLog | 7 | ||||
-rw-r--r-- | games-server/crossfire-server/crossfire-server-1.60.0.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index 0abf21c24eaa..20bb51606c7e 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-server/crossfire-server # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.20 2012/03/12 19:44:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.21 2012/04/23 19:17:01 mr_bones_ Exp $ + + 23 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> + crossfire-server-1.60.0.ebuild: + restrict tests since they try to read the installed location for datafiles + (bug #413109) *crossfire-server-1.60.0 (12 Mar 2012) diff --git a/games-server/crossfire-server/crossfire-server-1.60.0.ebuild b/games-server/crossfire-server/crossfire-server-1.60.0.ebuild index 677af6094028..24cca970dcba 100644 --- a/games-server/crossfire-server/crossfire-server-1.60.0.ebuild +++ b/games-server/crossfire-server/crossfire-server-1.60.0.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-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.1 2012/03/12 19:44:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.2 2012/04/23 19:17:01 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games @@ -15,9 +15,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="X" +RESTRICT="test" -DEPEND=" - net-misc/curl +DEPEND="net-misc/curl X? ( x11-libs/libXaw media-libs/libpng )" |