diff options
author | 2013-02-14 04:58:12 +0000 | |
---|---|---|
committer | 2013-02-14 04:58:12 +0000 | |
commit | 77d3c05e085e8880853241f8b4d54eff828e52d5 (patch) | |
tree | 21152431564807e75b40f839267947bb41daeea2 /x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild | |
parent | Version bump (bug #456880). Remove old. (diff) | |
download | gentoo-2-77d3c05e085e8880853241f8b4d54eff828e52d5.tar.gz gentoo-2-77d3c05e085e8880853241f8b4d54eff828e52d5.tar.bz2 gentoo-2-77d3c05e085e8880853241f8b4d54eff828e52d5.zip |
Add RESTRICT=test since it does not do anything useful (bug #457004 comment #3 by Elijah "Armageddon" El Lazkani).
(Portage version: 2.2.0_alpha162/cvs/Linux i686, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild index 87d86267a3f1..be9e41e3962a 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.16.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/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild,v 1.4 2013/02/13 16:42:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild,v 1.5 2013/02/14 04:58:12 jer Exp $ EAPI=4 inherit autotools eutils @@ -35,6 +35,7 @@ DEPEND=" x11-proto/xproto " +RESTRICT="test" REQUIRED_USE="vanilla? ( !alt-font-width !buffer-on-clear focused-urgency !secondary-wheel !wcwidth )" src_prepare() { |