--- protobuf-2.5.0.ebuild 2014-08-28 16:25:47.519570689 +0000 +++ protobuf-2.6.0.ebuild 2014-08-28 16:32:52.512142072 +0000 @@ -11,10 +11,10 @@ DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" HOMEPAGE="http://code.google.com/p/protobuf/" -SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://protobuf.googlecode.com/svn/rc/${P}.tar.bz2" LICENSE="Apache-2.0" -SLOT="0/8" # subslot = soname major version +SLOT="0/9" # subslot = soname major version KEYWORDS="amd64 arm -hppa ~ia64 ~mips -ppc -ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos" IUSE="emacs examples java python static-libs vim-syntax" @@ -27,7 +27,6 @@ java? ( >=virtual/jre-1.5 )" src_prepare() { - epatch "${FILESDIR}"/${P}-x32.patch if [[ ${CHOST} != *-darwin* ]] ; then # breaks Darwin, bug #472514 epatch "${FILESDIR}"/${PN}-2.3.0-asneeded-2.patch