diff options
author | 2013-02-05 04:18:58 +0000 | |
---|---|---|
committer | 2013-02-05 04:18:58 +0000 | |
commit | 9eb824b6e011793b1645a037e7cfc11ac6f77984 (patch) | |
tree | 2325af43f82195a20a7b46c68b7c42a1409306d9 /net-libs/libbtbb | |
parent | Version bump. (diff) | |
download | gentoo-2-9eb824b6e011793b1645a037e7cfc11ac6f77984.tar.gz gentoo-2-9eb824b6e011793b1645a037e7cfc11ac6f77984.tar.bz2 gentoo-2-9eb824b6e011793b1645a037e7cfc11ac6f77984.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-libs/libbtbb')
-rw-r--r-- | net-libs/libbtbb/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-9999.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-libs/libbtbb/ChangeLog b/net-libs/libbtbb/ChangeLog index 2ba7dd3dd822..4b5558c8740f 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.10 2012/10/30 17:07:09 zerochaos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.11 2013/02/05 04:18:58 zerochaos Exp $ + + 05 Feb 2013; Rick Farina <zerochaos@gentoo.org> libbtbb-9999.ebuild: + fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue *libbtbb-2012.10.3 (30 Oct 2012) diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index b1650b86db40..8ef73fbd14d9 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-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-libs/libbtbb/libbtbb-9999.ebuild,v 1.7 2012/10/08 19:09:35 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.8 2013/02/05 04:18:58 zerochaos Exp $ -EAPI=4 +EAPI=5 inherit multilib cmake-utils @@ -11,7 +11,7 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://git.code.sf.net/p/libbtbb/code" - SRC_URI="" + EGIT_PROJECT="libbtbb" inherit git-2 KEYWORDS="" else |