diff options
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" |