dev-python/pip: arm64 stable (bug #719946)
[gentoo.git] / dev-util / open-vcdiff / open-vcdiff-0.8.4-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
7 HOMEPAGE="https://github.com/google/open-vcdiff"
8 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
9
10 LICENSE="Apache-2.0"
11 SLOT="0/0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
16
17 src_configure() {
18         econf --disable-static
19 }
20
21 src_install() {
22         default
23         find "${D}" -name '*.la' -delete || die
24 }