diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-12-30 13:47:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-12-30 13:47:48 +0000 |
commit | 2538ce2b5cd921c75b3adfbe86478ca913c2d3b8 (patch) | |
tree | 268a00edb8b52eef04fbe9f5bcfeffe459b081e7 /app-editors/bluefish | |
parent | Version bump to the latest. Solve issues with non-working translations. Fixes... (diff) | |
download | gentoo-2-2538ce2b5cd921c75b3adfbe86478ca913c2d3b8.tar.gz gentoo-2-2538ce2b5cd921c75b3adfbe86478ca913c2d3b8.tar.bz2 gentoo-2-2538ce2b5cd921c75b3adfbe86478ca913c2d3b8.zip |
Restrict tests as they do nothing.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 4312cb6aef1c..a9b9b5036664 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.78 2011/12/30 13:44:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.79 2011/12/30 13:47:48 scarabeus Exp $ + + 30 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> bluefish-2.2.1.ebuild: + Restrict tests as they do nothing. *bluefish-2.2.1 (30 Dec 2011) diff --git a/app-editors/bluefish/bluefish-2.2.1.ebuild b/app-editors/bluefish/bluefish-2.2.1.ebuild index c150305975f9..494bad96df57 100644 --- a/app-editors/bluefish/bluefish-2.2.1.ebuild +++ b/app-editors/bluefish/bluefish-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.1.ebuild,v 1.1 2011/12/30 13:44:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.1.ebuild,v 1.2 2011/12/30 13:47:48 scarabeus Exp $ EAPI=4 @@ -41,6 +41,9 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} +# there actually is just some broken manpage checkup -> not bother +RESTRICT="test" + pkg_setup() { if use python ; then python_set_active_version 2 |