diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-21 16:54:40 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-21 16:54:40 +0000 |
commit | 89022c5ea15cf9cd8695498c3b964daf785e3c0d (patch) | |
tree | 60033f6e0e8a3a26a81605a96961b70bc10f5c1e /media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild | |
parent | Block media-tv/linuxtv-dvb-apps, bug #208596. (diff) | |
download | gentoo-2-89022c5ea15cf9cd8695498c3b964daf785e3c0d.tar.gz gentoo-2-89022c5ea15cf9cd8695498c3b964daf785e3c0d.tar.bz2 gentoo-2-89022c5ea15cf9cd8695498c3b964daf785e3c0d.zip |
Block dev-db/xbase (bug #208596). Fix DEPEND.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild')
-rw-r--r-- | media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild index 639637ac57be..97d490454b9f 100644 --- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v 1.9 2007/11/27 10:04:07 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v 1.10 2008/11/21 16:54:40 coldwind Exp $ inherit eutils versionator multilib @@ -14,9 +14,11 @@ LICENSE="GPL-2" SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" KEYWORDS="amd64 ~ia64 ppc x86" -RDEPEND="usb? ( >=dev-libs/libusb-0.1.10a )" -DEPEND="${DEPEND} +RDEPEND="usb? ( >=dev-libs/libusb-0.1.10a ) + !dev-db/xbase" +DEPEND="${RDEPEND} media-tv/linuxtv-dvb-headers" +# !dev-db/xbase (bug #208596) S=${WORKDIR}/${MY_P} |