Skip to content

Commit

Permalink
dev-util/open-vcdiff: EAPI8 bump, fix bug 804447
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>

Closes: https://bugs.gentoo.org/804447
  • Loading branch information
mm1ke committed Feb 17, 2024
1 parent 542575a commit 5798dd9
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
HOMEPAGE="https://github.com/google/open-vcdiff"
Expand All @@ -10,12 +10,13 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/0"
KEYWORDS="~amd64 ~x86"
IUSE=""

PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )

src_configure() {
econf --disable-static
src_prepare() {
sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX}/usr/share/doc/${PF}\"|g" \
Makefile.in || die
default
}

src_install() {
Expand Down

0 comments on commit 5798dd9

Please sign in to comment.