diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-07-06 21:15:21 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-07-06 21:15:21 +0000 |
commit | 0af2a13322c07ed8af6164b81242c0cece31bed5 (patch) | |
tree | da6ce04b30246086d095af96cbd3227552b88efa /net-libs | |
parent | fixing missing SRC_URI in live conditional (diff) | |
download | gentoo-2-0af2a13322c07ed8af6164b81242c0cece31bed5.tar.gz gentoo-2-0af2a13322c07ed8af6164b81242c0cece31bed5.tar.bz2 gentoo-2-0af2a13322c07ed8af6164b81242c0cece31bed5.zip |
fixing missing SRC_URI in live conditional
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libbtbb/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libbtbb/ChangeLog b/net-libs/libbtbb/ChangeLog index 8095cbb10669..ee202745b347 100644 --- a/net-libs/libbtbb/ChangeLog +++ b/net-libs/libbtbb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libbtbb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.4 2012/07/05 23:12:15 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.5 2012/07/06 21:15:21 zerochaos Exp $ + + 06 Jul 2012; Rick Farina <zerochaos@gentoo.org> libbtbb-9999.ebuild: + fixing missing SRC_URI in live conditional *libbtbb-0.8 (05 Jul 2012) diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index dbca3a24c9cb..d3aee4f79819 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.3 2011/11/23 17:04:41 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.4 2012/07/06 21:15:21 zerochaos Exp $ EAPI=4 @@ -11,6 +11,7 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code" + SRC_URI="" inherit git-2 KEYWORDS="" else |