From 8b9755dc65525092b9447a6d833d3dd6913774c3 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sat, 28 Jan 2006 00:02:56 +0000 Subject: Ported dependencies for modular X. (Portage version: 2.1_pre3-r1) --- media-sound/vkeybd/ChangeLog | 7 +++++-- media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild | 18 ++++++++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'media-sound/vkeybd') diff --git a/media-sound/vkeybd/ChangeLog b/media-sound/vkeybd/ChangeLog index e2a4a4c72acc..ee4d8677f7b4 100644 --- a/media-sound/vkeybd/ChangeLog +++ b/media-sound/vkeybd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/vkeybd -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/ChangeLog,v 1.19 2005/08/17 21:51:04 fvdpol Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/ChangeLog,v 1.20 2006/01/28 00:02:56 ticho Exp $ + + 28 Jan 2006; Andrej Kacian vkeybd-0.1.15-r1.ebuild: + Ported dependencies for modular X. 17 Aug 2005; Frank van de Pol vkeybd-0.1.15-r1.ebuild: fixed faulty behaviour for USE="-ladcca". Closes bug 101633. diff --git a/media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild b/media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild index 824723f95903..a8d9932e4519 100644 --- a/media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild +++ b/media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild,v 1.2 2005/08/17 21:51:04 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/vkeybd-0.1.15-r1.ebuild,v 1.3 2006/01/28 00:02:56 ticho Exp $ IUSE="alsa oss ladcca" @@ -12,11 +12,17 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" -DEPEND="alsa? ( >=media-libs/alsa-lib-0.5.0 ) +RDEPEND="alsa? ( >=media-libs/alsa-lib-0.5.0 ) >=dev-lang/tk-8.3 - >=dev-lang/tcl-8.3 - virtual/x11 - ladcca? ( >=media-libs/ladcca-0.3.1 )" + ladcca? ( >=media-libs/ladcca-0.3.1 ) + || ( x11-libs/libX11 virtual/x11 )" + +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86bigfontproto + x11-proto/bigreqsproto + x11-proto/xextproto + x11-proto/xcmiscproto ) + virtual/x11 )" S=${WORKDIR}/${PN} -- cgit v1.2.3-65-gdbad