diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-06 00:04:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-06 00:05:05 -0500 |
commit | e88225fe56f73fc9494b9d584a849509a005390d (patch) | |
tree | f35a86e51e5f2013c72905316858ffe7c1b757b8 /dev-libs | |
parent | sys-apps/the_silver_searcher: version bump to 1.0.2 (diff) | |
download | gentoo-e88225fe56f73fc9494b9d584a849509a005390d.tar.gz gentoo-e88225fe56f73fc9494b9d584a849509a005390d.tar.bz2 gentoo-e88225fe56f73fc9494b9d584a849509a005390d.zip |
dev-libs/protobuf: fix typo in SRC_URI #600972
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.6.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild index e731d9fed18e..b018707d04fb 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 |