diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-02-05 04:23:45 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-02-05 04:23:45 +0000 |
commit | c8c5eed9f2823401a5a698772402ab7238c1976d (patch) | |
tree | 342531fa9e742a35295d6736d9d61bb478155f6b /net-wireless/ubertooth/ubertooth-9999.ebuild | |
parent | fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue (diff) | |
download | gentoo-2-c8c5eed9f2823401a5a698772402ab7238c1976d.tar.gz gentoo-2-c8c5eed9f2823401a5a698772402ab7238c1976d.tar.bz2 gentoo-2-c8c5eed9f2823401a5a698772402ab7238c1976d.zip |
fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless/ubertooth/ubertooth-9999.ebuild')
-rw-r--r-- | net-wireless/ubertooth/ubertooth-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 419ececcce33..71d61cddc51c 100644 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild +++ b/net-wireless/ubertooth/ubertooth-9999.ebuild @@ -1,8 +1,8 @@ -# 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/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.17 2012/12/05 00:17:43 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.18 2013/02/05 04:23:45 zerochaos Exp $ -EAPI="4" +EAPI="5" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://git.code.sf.net/p/ubertooth/code" - SRC_URI="" + EGIT_PROJECT="ubertooth" inherit git-2 KEYWORDS="" DEPEND="=net-libs/libbtbb-9999" |