diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-08 15:14:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-08 15:14:01 +0000 |
commit | 949746e3d586e592a83e5c120626445c7e62c78f (patch) | |
tree | 836141366588e1eae9494be6540a2406b36b35c3 /x11-misc/xcave | |
parent | app-misc/tmux: Install bashcompletion file, #450896 (diff) | |
download | gentoo-2-949746e3d586e592a83e5c120626445c7e62c78f.tar.gz gentoo-2-949746e3d586e592a83e5c120626445c7e62c78f.tar.bz2 gentoo-2-949746e3d586e592a83e5c120626445c7e62c78f.zip |
Set RESTRICT=test (bug #450894).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/xcave')
-rw-r--r-- | x11-misc/xcave/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcave/xcave-2.4.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/xcave/ChangeLog b/x11-misc/xcave/ChangeLog index 2158ec76868e..d3e61410a3bc 100644 --- a/x11-misc/xcave/ChangeLog +++ b/x11-misc/xcave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcave -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.4 2012/10/15 06:48:49 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.5 2013/01/08 15:14:01 jer Exp $ + + 08 Jan 2013; Jeroen Roovers <jer@gentoo.org> xcave-2.4.0.ebuild: + Set RESTRICT=test (bug #450894). *xcave-2.4.0 (15 Oct 2012) diff --git a/x11-misc/xcave/xcave-2.4.0.ebuild b/x11-misc/xcave/xcave-2.4.0.ebuild index fab2684f8413..318128ed67da 100644 --- a/x11-misc/xcave/xcave-2.4.0.ebuild +++ b/x11-misc/xcave/xcave-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/xcave-2.4.0.ebuild,v 1.1 2012/10/15 06:48:49 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/xcave-2.4.0.ebuild,v 1.2 2013/01/08 15:14:01 jer Exp $ EAPI=4 inherit autotools @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="test" RDEPEND=">=x11-libs/gtk+-2.8:2 dev-libs/libxml2" |