diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-05-23 14:20:33 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-05-23 14:20:33 +0000 |
commit | 56c0bb3e80feba49e218ec294e2f9bc6fed1af09 (patch) | |
tree | c886f5c926594518be3f4b851b2b8b6b38b1af58 /app-text/sword | |
parent | new upstream release (diff) | |
download | gentoo-2-56c0bb3e80feba49e218ec294e2f9bc6fed1af09.tar.gz gentoo-2-56c0bb3e80feba49e218ec294e2f9bc6fed1af09.tar.bz2 gentoo-2-56c0bb3e80feba49e218ec294e2f9bc6fed1af09.zip |
Restricting tests wrt bug 313207
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sword/sword-1.6.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index 79e2cf130fa1..83969a417dad 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sword # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.69 2013/02/14 21:59:25 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.70 2013/05/23 14:20:33 creffett Exp $ + + 23 May 2013; Chris Reffett <creffett@gentoo.org> sword-1.6.2.ebuild: + Restricting tests wrt bug 313207 14 Feb 2013; Chris Reffett <creffett@gentoo.org> sword-1.6.2.ebuild: EAPI bump, add icu subslot dep wrt bug 455900 diff --git a/app-text/sword/sword-1.6.2.ebuild b/app-text/sword/sword-1.6.2.ebuild index d103ad867339..418f228ae42a 100644 --- a/app-text/sword/sword-1.6.2.ebuild +++ b/app-text/sword/sword-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.9 2013/02/14 21:59:25 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.10 2013/05/23 14:20:33 creffett Exp $ EAPI=5 inherit eutils flag-o-matic @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} DOCS="AUTHORS CODINGSTYLE ChangeLog README" +RESTRICT="test" #Restricting for now, see bug 313207 + src_prepare() { sed -i \ -e '/FLAGS/s:-g3::' -e '/FLAGS/s:-O0::' \ |