Files @ 21fa9401f1ca
Branch filter:

Location: portage-overlay.git/media-sound/umurmur/files/umurmur-polarssl-1.1.1.patch

chain
remove old and obsolete www-apps/mantisbt
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit autotools autotools-utils

DESCRIPTION="C bindings for Google's Protocol Buffers"
HOMEPAGE="http://protobuf-c.googlecode.com/"
SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND="dev-libs/protobuf"

RDEPEND="${DEPEND}"

# Sometimes compilation fails due to truncated source file which seems to be a
# parallel make issue involving the generated code
src_compile() {
	autotools-utils_src_compile -j1
}