diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-25 16:23:35 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-25 16:23:35 +0000 |
commit | 45ab7f8c1fc0345fbd397377f8ed3054c7d84426 (patch) | |
tree | 314a94be4f595afa63eb3daf7224dd34ded23dde /net-misc/vinagre | |
parent | add gnome-doc-utils to DEPEND, fix bug #214722 (diff) | |
download | gentoo-2-45ab7f8c1fc0345fbd397377f8ed3054c7d84426.tar.gz gentoo-2-45ab7f8c1fc0345fbd397377f8ed3054c7d84426.tar.bz2 gentoo-2-45ab7f8c1fc0345fbd397377f8ed3054c7d84426.zip |
fix FEATURES="test", bug #214722
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/vinagre')
-rw-r--r-- | net-misc/vinagre/vinagre-0.5.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/vinagre/vinagre-0.5.0.ebuild b/net-misc/vinagre/vinagre-0.5.0.ebuild index 23bae79df8e7..a5d5d83f3c8b 100644 --- a/net-misc/vinagre/vinagre-0.5.0.ebuild +++ b/net-misc/vinagre/vinagre-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v 1.3 2008/03/25 16:16:54 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v 1.4 2008/03/25 16:23:35 eva Exp $ inherit gnome2 eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/projects/vinagre/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="avahi" +IUSE="avahi test" RDEPEND=">=dev-libs/glib-2.15.3 >=x11-libs/gtk+-2.12 @@ -24,7 +24,8 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.35 app-text/scrollkeeper - app-text/gnome-doc-utils" + app-text/gnome-doc-utils + test? ( ~app-text/docbook-xml-dtd-4.3 )" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" |