diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-04-26 12:40:33 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-04-26 12:40:33 +0000 |
commit | 49c5664ce0d46e3e2fdb738850382e3cc74086f0 (patch) | |
tree | 0aa7b18f33bacba87cfddc2db83ead553ec79432 /net-wireless | |
parent | Initial import. (diff) | |
download | gentoo-2-49c5664ce0d46e3e2fdb738850382e3cc74086f0.tar.gz gentoo-2-49c5664ce0d46e3e2fdb738850382e3cc74086f0.tar.bz2 gentoo-2-49c5664ce0d46e3e2fdb738850382e3cc74086f0.zip |
Use right branch.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/openbsc/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/openbsc/openbsc-9999.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-wireless/openbsc/ChangeLog b/net-wireless/openbsc/ChangeLog index 2614084d9507..09e4712fcf24 100644 --- a/net-wireless/openbsc/ChangeLog +++ b/net-wireless/openbsc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/openbsc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/openbsc/ChangeLog,v 1.2 2014/04/26 02:44:09 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/openbsc/ChangeLog,v 1.3 2014/04/26 12:40:33 zx2c4 Exp $ + + 26 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> openbsc-9999.ebuild: + Use right branch. 26 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> openbsc-9999.ebuild: Fix deps. diff --git a/net-wireless/openbsc/openbsc-9999.ebuild b/net-wireless/openbsc/openbsc-9999.ebuild index b7bbdec54710..deb629e36b3e 100644 --- a/net-wireless/openbsc/openbsc-9999.ebuild +++ b/net-wireless/openbsc/openbsc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/openbsc/openbsc-9999.ebuild,v 1.2 2014/04/26 02:44:09 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/openbsc/openbsc-9999.ebuild,v 1.3 2014/04/26 12:40:33 zx2c4 Exp $ EAPI=5 @@ -8,9 +8,8 @@ inherit autotools git-2 DESCRIPTION="OpenBSC, OsmoSGSN, OsmoBSC and other programs" HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/OpenBSC" -#SRC_URI="http://cgit.osmocom.org/cgit/${PN}/snapshot/${P}.tar.bz2" EGIT_REPO_URI="git://git.osmocom.org/${PN}.git" -#EGIT_BRANCH="jolly/testing" +EGIT_BRANCH="jolly/testing" LICENSE="GPL-2" SLOT="0" @@ -29,6 +28,5 @@ S="${WORKDIR}/${P}/${PN}" EGIT_SOURCEDIR="${WORKDIR}/${P}" src_prepare() { - #sed -i "s/UNKNOWN/${PV}/" git-version-gen || die eautoreconf } |