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/bluefish-2.2.1.ebuild | |
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/bluefish-2.2.1.ebuild')
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |