diff options
Diffstat (limited to 'x11-misc/xcave/xcave-2.4.0.ebuild')
-rw-r--r-- | x11-misc/xcave/xcave-2.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |