summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-07-27 21:16:06 +0000
committerRick Farina <zerochaos@gentoo.org>2012-07-27 21:16:06 +0000
commit0dea066fca4ca54dd78ad9f357ecd771d44e55a3 (patch)
treec127665e13ed339ea477c7c53f214eefe92f653e /net-wireless/ubertooth/ubertooth-9999.ebuild
parentcleanup use flags a little in prep for re-adding arm keyword (diff)
downloadgentoo-2-0dea066fca4ca54dd78ad9f357ecd771d44e55a3.tar.gz
gentoo-2-0dea066fca4ca54dd78ad9f357ecd771d44e55a3.tar.bz2
gentoo-2-0dea066fca4ca54dd78ad9f357ecd771d44e55a3.zip
fix missing DEPEND thanks to radhermit for noticing how dumb I am
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/ubertooth/ubertooth-9999.ebuild')
-rw-r--r--net-wireless/ubertooth/ubertooth-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild
index 22825127cd60..3392f50a8b5a 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.3 2012/07/27 21:07:46 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.4 2012/07/27 21:16:06 zerochaos Exp $
EAPI="4"
@@ -28,8 +28,9 @@ if [[ ${PV} == "9999" ]] ; then
SRC_URI=""
inherit subversion
KEYWORDS=""
+ DEPEND="=net-libs/libbtbb-9999"
RDEPEND="${RDEPEND}
- >=net-libs/libbtbb-9999"
+ =net-libs/libbtbb-9999"
DEPEND="ubertooth0-firmware? ( sys-devel/crossdev )
ubertooth1-firmware? ( sys-devel/crossdev )"
else
@@ -39,6 +40,7 @@ else
#re-add arm keyword after making a lib-only target
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${MY_PV}/"
+ DEPEND=">=net-libs/libbtbb-0.8"
RDEPEND="${RDEPEND}
>=net-libs/libbtbb-0.8"
fi