commit:     e88225fe56f73fc9494b9d584a849509a005390d
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 05:04:53 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 05:05:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88225fe

dev-libs/protobuf: fix typo in SRC_URI #600972

 dev-libs/protobuf/protobuf-2.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild 
b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
index e731d9f..b018707 100644
--- a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
+++ b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild
@@ -13,7 +13,7 @@ inherit autotools-multilib eutils flag-o-matic 
toolchain-funcs distutils-r1 java
 
 DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding 
structured data"
 HOMEPAGE="https://code.google.com/p/protobuf/ 
https://github.com/google/protobuf/";
-SRC_URI="https://github.com/google/${PN}/releases/download/${PV}/${P}.tar.bz2";
+SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/${P}.tar.bz2";
 
 LICENSE="Apache-2.0"
 SLOT="0/9" # subslot = soname major version

Reply via email to