Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 521406 | Differences between
and this patch

Collapse All | Expand All

(-)protobuf-2.5.0.ebuild (-3 / +2 lines)
Lines 11-20 Link Here
11
11
12
DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data"
12
DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data"
13
HOMEPAGE="http://code.google.com/p/protobuf/"
13
HOMEPAGE="http://code.google.com/p/protobuf/"
14
SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2"
14
SRC_URI="https://protobuf.googlecode.com/svn/rc/${P}.tar.bz2"
15
15
16
LICENSE="Apache-2.0"
16
LICENSE="Apache-2.0"
17
SLOT="0/8" # subslot = soname major version
17
SLOT="0/9" # subslot = soname major version
18
KEYWORDS="amd64 arm -hppa ~ia64 ~mips -ppc -ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos"
18
KEYWORDS="amd64 arm -hppa ~ia64 ~mips -ppc -ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos"
19
IUSE="emacs examples java python static-libs vim-syntax"
19
IUSE="emacs examples java python static-libs vim-syntax"
20
20
Lines 27-33 Link Here
27
	java? ( >=virtual/jre-1.5 )"
27
	java? ( >=virtual/jre-1.5 )"
28
28
29
src_prepare() {
29
src_prepare() {
30
	epatch "${FILESDIR}"/${P}-x32.patch
31
	if [[ ${CHOST} != *-darwin* ]] ; then
30
	if [[ ${CHOST} != *-darwin* ]] ; then
32
		# breaks Darwin, bug #472514
31
		# breaks Darwin, bug #472514
33
		epatch "${FILESDIR}"/${PN}-2.3.0-asneeded-2.patch
32
		epatch "${FILESDIR}"/${PN}-2.3.0-asneeded-2.patch

Return to bug 521406